diff options
Diffstat (limited to 'lang/python33')
-rw-r--r-- | lang/python33/Makefile | 2 |
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" |