diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-05-02 21:53:51 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-05-02 21:53:51 +0000 |
commit | 3ef560db55c3e200e6860493ee36e1032582677e (patch) | |
tree | 05d02d132aeef826dfb2d9082df965f6e00d4629 /lang/php52 | |
parent | 2e957bdbfc1524345ef18a68fe745bac3102b9f4 (diff) | |
download | ports-3ef560db55c3e200e6860493ee36e1032582677e.tar.gz ports-3ef560db55c3e200e6860493ee36e1032582677e.zip |
Notes
Diffstat (limited to 'lang/php52')
-rw-r--r-- | lang/php52/Makefile.ext | 2 |
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" |