aboutsummaryrefslogtreecommitdiff
path: root/lang/python32/Makefile
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/python32/Makefile
parentc4e650a982a063ee1e25a980a70ccefcd0482f33 (diff)
downloadports-b34e07ba4e1909824a1ee8c6c01fd0097af3a6d1.tar.gz
ports-b34e07ba4e1909824a1ee8c6c01fd0097af3a6d1.zip
Notes
Diffstat (limited to 'lang/python32/Makefile')
-rw-r--r--lang/python32/Makefile2
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"