aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/php5/Makefile.ext2
-rw-r--r--lang/php53/Makefile.ext2
2 files changed, 2 insertions, 2 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"
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"