aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-05-03 05:53:51 +0800
committerjgh <jgh@FreeBSD.org>2013-05-03 05:53:51 +0800
commit84701c071269c2a4c9a45ae8aaabe98ce0783d06 (patch)
tree05d02d132aeef826dfb2d9082df965f6e00d4629 /lang
parent8dad9366277261276295e7556ada5f5005857934 (diff)
downloadfreebsd-ports-gnome-84701c071269c2a4c9a45ae8aaabe98ce0783d06.tar.gz
freebsd-ports-gnome-84701c071269c2a4c9a45ae8aaabe98ce0783d06.tar.zst
freebsd-ports-gnome-84701c071269c2a4c9a45ae8aaabe98ce0783d06.zip
- conversion to USES=gettext
Approved by: portmgr (bapt@)
Diffstat (limited to 'lang')
-rw-r--r--lang/php52/Makefile.ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php52/Makefile.ext b/lang/php52/Makefile.ext
index 61238449d000..ed0a93ea3d9b 100644
--- a/lang/php52/Makefile.ext
+++ b/lang/php52/Makefile.ext
@@ -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"