aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-12 16:55:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-12 16:55:27 +0000
commite4219719708b5e53cbde27722d958439bfdb1668 (patch)
tree72403eb6e5d9786bbe2a75930b64d760d75ccc91 /lang
parent4f9a4c9a942ca6e727f1bc219e5a4f6455cdf776 (diff)
downloadports-e4219719708b5e53cbde27722d958439bfdb1668.tar.gz
ports-e4219719708b5e53cbde27722d958439bfdb1668.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/php5/Makefile.ext1
-rw-r--r--lang/php52/Makefile.ext1
-rw-r--r--lang/php53/Makefile.ext1
-rw-r--r--lang/php55/Makefile.ext1
4 files changed, 4 insertions, 0 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index a054d0229dfe..1513d8baa165 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/Makefile.ext
@@ -334,6 +334,7 @@ CONFIGURE_ARGS+=--enable-shmop
CONFIGURE_ARGS+=--enable-simplexml \
--with-libxml-dir=${LOCALBASE}
+USES+= pkgconfig
USE_GNOME= libxml2
.endif
diff --git a/lang/php52/Makefile.ext b/lang/php52/Makefile.ext
index af2a744054e9..6ec0e56126c7 100644
--- a/lang/php52/Makefile.ext
+++ b/lang/php52/Makefile.ext
@@ -374,6 +374,7 @@ CONFIGURE_ARGS+=--enable-shmop
CONFIGURE_ARGS+=--enable-simplexml \
--with-libxml-dir=${LOCALBASE}
+USES+= pkgconfig
USE_GNOME= libxml2
.endif
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index 753324cf47a6..4e3fa0139e65 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -328,6 +328,7 @@ CONFIGURE_ARGS+=--enable-shmop
CONFIGURE_ARGS+=--enable-simplexml \
--with-libxml-dir=${LOCALBASE}
+USES+= pkgconfig
USE_GNOME= libxml2
.endif
diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext
index 934ba6572d96..9c4fba9c836f 100644
--- a/lang/php55/Makefile.ext
+++ b/lang/php55/Makefile.ext
@@ -334,6 +334,7 @@ CONFIGURE_ARGS+=--enable-shmop
CONFIGURE_ARGS+=--enable-simplexml \
--with-libxml-dir=${LOCALBASE}
+USES+= pkgconfig
USE_GNOME= libxml2
.endif