diff options
Diffstat (limited to 'main/indent/APKBUILD')
-rw-r--r-- | main/indent/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/indent/APKBUILD b/main/indent/APKBUILD index 2c9d0cfbe..6dda78f67 100644 --- a/main/indent/APKBUILD +++ b/main/indent/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=indent pkgver=2.2.10 -pkgrel=0 +pkgrel=1 pkgdesc="indenting utility" url="http://www.gnu.org/software/indent/" license="GPL" depends= -makedepends= +makedepends="gettext-dev" install= subpackages="$pkgname-doc" source="http://astromirror.uchicago.edu/gnu/$pkgname/$pkgname-$pkgver.tar.gz" @@ -23,6 +23,7 @@ prepare() { build() { cd "$_builddir" ./configure --prefix=/usr \ + --without-included-gettext \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info |