diff options
Diffstat (limited to 'main/gettext')
-rw-r--r-- | main/gettext/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gettext/APKBUILD b/main/gettext/APKBUILD index 35c82a2bb0..426ef5be6e 100644 --- a/main/gettext/APKBUILD +++ b/main/gettext/APKBUILD @@ -1,12 +1,13 @@ # Maintainer: Carlo Landmeter <clandmeter at gmail.com> pkgname=gettext pkgver=0.18.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="GNU locale utilities" url="http://www.gnu.org/software/gettext/gettext.html" arch="all" license='GPL' depends= +depends_dev="$makedepends" makedepends="libiconv-dev expat-dev ncurses-dev bash libxml2-dev" source="ftp://ftp.mirror.nl/pub/mirror/gnu/gettext/gettext-$pkgver.tar.gz gettext-uclibc.patch |