summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-05-02 06:23:48 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-05-02 06:23:48 +0000
commitc4aecaf410ff1c29345b83828b9e9c823db6a076 (patch)
treecba71608249fe97cd416517cac68035788600d13 /lang/php5
parent- Remove obsolete editors/nxml-emacs21. (diff)
- adoption of USES for gettext
Approved by: portmgr (bapt@)
Notes
Notes: svn path=/head/; revision=317073
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile.ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index 1d6414dd0d89..2a32a40b9cef 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -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"