diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-05-06 09:58:09 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-05-06 09:58:09 +0000 |
commit | b34e07ba4e1909824a1ee8c6c01fd0097af3a6d1 (patch) | |
tree | f3703608adc823fc677d2209ef432b343683ea77 /lang/python33 | |
parent | c4e650a982a063ee1e25a980a70ccefcd0482f33 (diff) | |
download | ports-b34e07ba4e1909824a1ee8c6c01fd0097af3a6d1.tar.gz ports-b34e07ba4e1909824a1ee8c6c01fd0097af3a6d1.zip |
Notes
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" |