diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-28 11:06:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-28 11:06:08 +0000 |
commit | 3b783ce0132d9d4948099055d4d03126ef581cf2 (patch) | |
tree | b7e6732d0bd449ddfcb9f018460ed39d5a4f388b /testing/fvwm | |
parent | 40cdcff274df98b30b767e8c67debd0860cb699e (diff) | |
download | aports-3b783ce0132d9d4948099055d4d03126ef581cf2.tar.bz2 aports-3b783ce0132d9d4948099055d4d03126ef581cf2.tar.xz |
testing/fvwm: move perl and libxslt to makedepends
This is a cosmetic fix. libxslt and perl are needed for generation of
man pages. By moving them we make it more visible tht they are not
needed for any potensial future fvwm-dev package.
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" |