aboutsummaryrefslogtreecommitdiffstats
path: root/devel/talloc
diff options
context:
space:
mode:
authortimur <timur@FreeBSD.org>2014-03-18 12:12:09 +0800
committertimur <timur@FreeBSD.org>2014-03-18 12:12:09 +0800
commit7769f2a28ea2fc5fba926a959ac6c8e5c5d5d559 (patch)
treea09681a1306855f7949cf4f959a86843dac7025c /devel/talloc
parentd452c2ff576db3ec41ab653972d0a007d854d0fb (diff)
downloadfreebsd-ports-gnome-7769f2a28ea2fc5fba926a959ac6c8e5c5d5d559.tar.gz
freebsd-ports-gnome-7769f2a28ea2fc5fba926a959ac6c8e5c5d5d559.tar.zst
freebsd-ports-gnome-7769f2a28ea2fc5fba926a959ac6c8e5c5d5d559.zip
On whatever reason configure requires gettext, although it's not used anywhere
in the resulting libs. Explicitly disable this.
Diffstat (limited to 'devel/talloc')
-rw-r--r--devel/talloc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/talloc/Makefile b/devel/talloc/Makefile
index c0703c5f859c..9adc4ef7c1eb 100644
--- a/devel/talloc/Makefile
+++ b/devel/talloc/Makefile
@@ -26,7 +26,8 @@ PLIST_SUB+= PKGCONFIGDIR=${PKGCONFIGDIR:S;${PREFIX}/;;}
CONFIGURE_ARGS+= --prefix=${PREFIX} \
--mandir=${MANPREFIX}/man \
- --infodir=${PREFIX}/${INFO_PATH}/${INFO_SUBDIR}
+ --infodir=${PREFIX}/${INFO_PATH}/${INFO_SUBDIR} \
+ --without-gettext
# Support staging
DESTDIRNAME= --destdir