diff --git a/main/indent/APKBUILD b/main/indent/APKBUILD
index 2c9d0cfbe0ad6a71d92e0ff531e4d73215f1d59f..6dda78f67c87784a7b7cc453133b5ea8c09ed280 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