diff options
author | jgh <jgh@FreeBSD.org> | 2013-05-06 17:58:09 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-05-06 17:58:09 +0800 |
commit | 9637ce9836fcc9e8fd88fbef8c038d3a4bcca758 (patch) | |
tree | f3703608adc823fc677d2209ef432b343683ea77 /lang/python32 | |
parent | f1628f5357496684a6916cc84611c2cea5d90d69 (diff) | |
download | freebsd-ports-gnome-9637ce9836fcc9e8fd88fbef8c038d3a4bcca758.tar.gz freebsd-ports-gnome-9637ce9836fcc9e8fd88fbef8c038d3a4bcca758.tar.zst freebsd-ports-gnome-9637ce9836fcc9e8fd88fbef8c038d3a4bcca758.zip |
- finish conversion for USES of gettext
Diffstat (limited to 'lang/python32')
-rw-r--r-- | lang/python32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 7a571d38f971..374ab3df2faf 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -56,7 +56,7 @@ NLS_DESC= Enable Gettext support for the locale module .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext # XXX do not set any LDFLAGS or CFLAGS - this causes pyexpat to fail building #LDFLAGS+= "-L${LOCALBASE}/lib" #CFLAGS+= "-I${LOCALBASE}/include" |