From c4aecaf410ff1c29345b83828b9e9c823db6a076 Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Thu, 2 May 2013 06:23:48 +0000 Subject: - adoption of USES for gettext Approved by: portmgr (bapt@) --- lang/php53/Makefile.ext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/php53') 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" -- cgit v1.2.3