Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 09:58:09 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317498 - in head/lang: python32 python33
Message-ID:  <201305060958.r469w9Ml028105@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305060958.r469w9Ml028105>