svn commit: r317498 - in head/lang: python32 python33

Jason Helfman jgh at FreeBSD.org
Mon May 6 09:58:09 UTC 2013


Author: jgh
Date: Mon May  6 09:58:09 2013
New Revision: 317498
URL: http://svnweb.freebsd.org/changeset/ports/317498

Log:
  - finish conversion for USES of gettext

Modified:
  head/lang/python32/Makefile
  head/lang/python33/Makefile

Modified: head/lang/python32/Makefile
==============================================================================
--- head/lang/python32/Makefile	Mon May  6 09:58:04 2013	(r317497)
+++ head/lang/python32/Makefile	Mon May  6 09:58:09 2013	(r317498)
@@ -56,7 +56,7 @@ NLS_DESC=	Enable Gettext support for the
 .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"

Modified: head/lang/python33/Makefile
==============================================================================
--- head/lang/python33/Makefile	Mon May  6 09:58:04 2013	(r317497)
+++ head/lang/python33/Makefile	Mon May  6 09:58:09 2013	(r317498)
@@ -57,7 +57,7 @@ NLS_DESC=	Enable Gettext support for the
 .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"


More information about the svn-ports-all mailing list