diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-05-02 06:23:48 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-05-02 06:23:48 +0000 |
commit | c4aecaf410ff1c29345b83828b9e9c823db6a076 (patch) | |
tree | cba71608249fe97cd416517cac68035788600d13 /lang/php53 | |
parent | 428e1bf603f2c545696ed4a30cc69b33a1573342 (diff) | |
download | ports-c4aecaf410ff1c29345b83828b9e9c823db6a076.tar.gz ports-c4aecaf410ff1c29345b83828b9e9c823db6a076.zip |
- adoption of USES for gettext
Approved by: portmgr (bapt@)
Notes
Notes:
svn path=/head/; revision=317073
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 3f07c9719047..6e23ebcd06d5 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -110,7 +110,7 @@ PHP_HEADER_DIRS=libgd .if ${PHP_MODNAME} == "gettext" CONFIGURE_ARGS+=--with-gettext=${LOCALBASE} -USE_GETTEXT= yes +USES+= gettext .endif .if ${PHP_MODNAME} == "gmp" |