diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-12 16:55:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-12 16:55:27 +0000 |
commit | e4219719708b5e53cbde27722d958439bfdb1668 (patch) | |
tree | 72403eb6e5d9786bbe2a75930b64d760d75ccc91 /lang/php52 | |
parent | - convert to the new perl5 framework (diff) |
The simplexml extension needs pkgconfig
Diffstat (limited to 'lang/php52')
-rw-r--r-- | lang/php52/Makefile.ext | 1 |
1 files changed, 1 insertions, 0 deletions
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 |