diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-04-08 05:53:10 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-04-08 05:53:10 +0000 |
commit | 10e7fddb32efb6aa783e629bd0c26b7ce1922428 (patch) | |
tree | e565a6017bf9d63d29ea20f75e1e93cbac7e5ca8 /devel/gettext | |
parent | 6e9e62b764b3bcd51b910b76b838d40a15ce140b (diff) | |
download | ports-10e7fddb32efb6aa783e629bd0c26b7ce1922428.tar.gz ports-10e7fddb32efb6aa783e629bd0c26b7ce1922428.zip |
Notes
Diffstat (limited to 'devel/gettext')
-rw-r--r-- | devel/gettext/Makefile | 5 |
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} |