aboutsummaryrefslogtreecommitdiffstats
path: root/main/indent
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-03-13 10:08:39 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-03-13 10:08:39 -0500
commit766d06bfc7f9cae2885cafeaa6b03611ea5a4de7 (patch)
tree5acd395bf6bdbe16f0c7a58e1b9ebf27370004a6 /main/indent
parent38da2359073ce9e5c8c311119566108e607569ec (diff)
downloadaports-766d06bfc7f9cae2885cafeaa6b03611ea5a4de7.tar.bz2
aports-766d06bfc7f9cae2885cafeaa6b03611ea5a4de7.tar.xz
main/indent: fix up gettext locale.alias
ref #501
Diffstat (limited to 'main/indent')
-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