aboutsummaryrefslogtreecommitdiff
path: root/devel/gettext
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-04-08 05:53:10 +0000
committerAde Lovett <ade@FreeBSD.org>2007-04-08 05:53:10 +0000
commit10e7fddb32efb6aa783e629bd0c26b7ce1922428 (patch)
treee565a6017bf9d63d29ea20f75e1e93cbac7e5ca8 /devel/gettext
parent6e9e62b764b3bcd51b910b76b838d40a15ce140b (diff)
downloadports-10e7fddb32efb6aa783e629bd0c26b7ce1922428.tar.gz
ports-10e7fddb32efb6aa783e629bd0c26b7ce1922428.zip
Notes
Diffstat (limited to 'devel/gettext')
-rw-r--r--devel/gettext/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 3941089ff7b1..8a5c6c9a5e2c 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gettext
PORTVERSION= 0.16.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gettext
@@ -27,8 +28,8 @@ CONFIGURE_ENV= ACLOCAL="${TRUE}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
EMACS="no"
-CONFIGURE_ARGS= --disable-csharp --mandir=${PREFIX}/man \
- --infodir=${PREFIX}/info
+CONFIGURE_ARGS= --disable-csharp --disable-threads \
+ --mandir=${PREFIX}/man --infodir=${PREFIX}/info
USE_LDCONFIG= yes
PLIST_SUB= VERSION=${PORTVERSION}