aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/indent/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/indent/APKBUILD b/main/indent/APKBUILD
index 2c9d0cfbe0..6dda78f67c 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