diff options
Diffstat (limited to 'devel/pear-XML_XPath/Makefile')
-rw-r--r-- | devel/pear-XML_XPath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pear-XML_XPath/Makefile b/devel/pear-XML_XPath/Makefile index 70ca2f52a2e0..593ab4281085 100644 --- a/devel/pear-XML_XPath/Makefile +++ b/devel/pear-XML_XPath/Makefile @@ -13,7 +13,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class provided an XPath/DOM XML manipulation BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} .if defined(PACKAGE_BUILDING) IGNORE= No package building: The default libraries in the PHP package do not support domxml by default. |