summaryrefslogtreecommitdiffstats
path: root/x11/rdesktop
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-03-17 09:35:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-03-17 09:35:37 +0000
commit7689a5506053f0f0892b004126431752c86444da (patch)
tree9b2d9f44e589cadb17305d6501ff06b2e3ed1372 /x11/rdesktop
parent32b2f046ae96d9305696f7eb3877e07b17cd885b (diff)
downloadaports-7689a5506053f0f0892b004126431752c86444da.tar.bz2
aports-7689a5506053f0f0892b004126431752c86444da.tar.xz
x11: changed package names to lowercase
Diffstat (limited to 'x11/rdesktop')
-rw-r--r--x11/rdesktop/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rdesktop/APKBUILD b/x11/rdesktop/APKBUILD
index 49f61730..b705c0ff 100644
--- a/x11/rdesktop/APKBUILD
+++ b/x11/rdesktop/APKBUILD
@@ -6,8 +6,8 @@ pkgdesc="rdesktop is used to connect to windows terminal servers"
url="http://www.rdesktop.org/"
license="GPL"
subpackages="$pkgname-doc"
-depends="libX11 openssl libao libsamplerate"
-makedepends="libX11-dev libao-dev openssl-dev libsamplerate-dev"
+depends="libx11 openssl libao libsamplerate"
+makedepends="libx11-dev libao-dev openssl-dev libsamplerate-dev"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
build ()