diff options
Diffstat (limited to 'testing/fvwm')
-rw-r--r-- | testing/fvwm/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/fvwm/APKBUILD b/testing/fvwm/APKBUILD index 5fe94a8413..91ff372c8f 100644 --- a/testing/fvwm/APKBUILD +++ b/testing/fvwm/APKBUILD @@ -8,9 +8,9 @@ url="http://fvwm.org" arch="all" license="GPL2" depends= -depends_dev="libxcursor-dev libx11-dev freetype-dev fontconfig-dev libxslt - gettext-dev libxft-dev perl libxt-dev libxext-dev libpng-dev libxpm-dev" -makedepends="$depends_dev" +depends_dev="libxcursor-dev libx11-dev freetype-dev fontconfig-dev + gettext-dev libxft-dev libxt-dev libxext-dev libpng-dev libxpm-dev" +makedepends="$depends_dev perl libxslt" install="" subpackages="$pkgname-doc $pkgname-lang" source="ftp://ftp.fvwm.org/pub/fvwm/version-2/${pkgname}-${pkgver}.tar.gz" |