svn commit: r317073 - in head/lang: php5 php53
Jason Helfman
jgh at FreeBSD.org
Thu May 2 06:23:49 UTC 2013
Author: jgh
Date: Thu May 2 06:23:48 2013
New Revision: 317073
URL: http://svnweb.freebsd.org/changeset/ports/317073
Log:
- adoption of USES for gettext
Approved by: portmgr (bapt@)
Modified:
head/lang/php5/Makefile.ext
head/lang/php53/Makefile.ext
Modified: head/lang/php5/Makefile.ext
==============================================================================
--- head/lang/php5/Makefile.ext Thu May 2 05:43:40 2013 (r317072)
+++ head/lang/php5/Makefile.ext Thu May 2 06:23:48 2013 (r317073)
@@ -111,7 +111,7 @@ PHP_HEADER_DIRS=libgd
.if ${PHP_MODNAME} == "gettext"
CONFIGURE_ARGS+=--with-gettext=${LOCALBASE}
-USE_GETTEXT= yes
+USES+= gettext
.endif
.if ${PHP_MODNAME} == "gmp"
Modified: head/lang/php53/Makefile.ext
==============================================================================
--- head/lang/php53/Makefile.ext Thu May 2 05:43:40 2013 (r317072)
+++ head/lang/php53/Makefile.ext Thu May 2 06:23:48 2013 (r317073)
@@ -110,7 +110,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-head
mailing list