summaryrefslogtreecommitdiff
path: root/lang/python33
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-05-06 09:58:09 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-05-06 09:58:09 +0000
commitb34e07ba4e1909824a1ee8c6c01fd0097af3a6d1 (patch)
treef3703608adc823fc677d2209ef432b343683ea77 /lang/python33
parentUpdate to 0.99(.)3. (diff)
- finish conversion for USES of gettext
Notes
Notes: svn path=/head/; revision=317498
Diffstat (limited to 'lang/python33')
-rw-r--r--lang/python33/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile
index d52fc7e63672..852d2b7cce64 100644
--- a/lang/python33/Makefile
+++ b/lang/python33/Makefile
@@ -57,7 +57,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"