diff options
author | jgh <jgh@FreeBSD.org> | 2013-05-02 14:23:48 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-05-02 14:23:48 +0800 |
commit | 073e28818a3ec622f0a382be0675f3cd5cb672b6 (patch) | |
tree | cba71608249fe97cd416517cac68035788600d13 /lang/php5 | |
parent | 283b1e7731240502f4bcffd1aaf1176f4308de8d (diff) | |
download | freebsd-ports-gnome-073e28818a3ec622f0a382be0675f3cd5cb672b6.tar.gz freebsd-ports-gnome-073e28818a3ec622f0a382be0675f3cd5cb672b6.tar.zst freebsd-ports-gnome-073e28818a3ec622f0a382be0675f3cd5cb672b6.zip |
- adoption of USES for gettext
Approved by: portmgr (bapt@)
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 2 |
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" |