Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2013 06:23:49 +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: r317073 - in head/lang: php5 php53
Message-ID:  <201305020623.r426NnOL011100@svn.freebsd.org>

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



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