diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-XML_XPath/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/pear-XML_XPath/Makefile b/devel/pear-XML_XPath/Makefile index c5eaeec4d1a3..f67762db79a8 100644 --- a/devel/pear-XML_XPath/Makefile +++ b/devel/pear-XML_XPath/Makefile @@ -18,6 +18,10 @@ RUN_DEPENDS= ${BUILD_DEPENDS} .include <bsd.port.pre.mk> .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" +.if defined(PACKAGE_BUILDING) +IGNORE= No package building: The default libraries in the PHP package do not support domxml by default. +.endif + MANIFEST= common.php error.php result.php do-install: |