Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2013 21:53:51 +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: r317158 - head/lang/php52
Message-ID:  <201305022153.r42LrpKo043832@svn.freebsd.org>

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



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