svn commit: r317158 - head/lang/php52

Jason Helfman jgh at FreeBSD.org
Thu May 2 21:53:52 UTC 2013


Author: jgh
Date: Thu May  2 21:53:51 2013
New Revision: 317158
URL: http://svnweb.freebsd.org/changeset/ports/317158

Log:
  - conversion to USES=gettext
  
  Approved by:	portmgr (bapt@)

Modified:
  head/lang/php52/Makefile.ext

Modified: head/lang/php52/Makefile.ext
==============================================================================
--- head/lang/php52/Makefile.ext	Thu May  2 21:47:51 2013	(r317157)
+++ head/lang/php52/Makefile.ext	Thu May  2 21:53:51 2013	(r317158)
@@ -119,7 +119,7 @@ PHP_HEADER_DIRS=libgd
 .if ${PHP_MODNAME} == "gettext"
 CONFIGURE_ARGS+=--with-gettext=${LOCALBASE}
 
-USE_GETTEXT=	yes
+USES+=		gettext
 .endif
 
 .if ${PHP_MODNAME} == "gmp"


More information about the svn-ports-all mailing list