From 67a1547696f87d59622e14c5c9344c785d8c12af Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 19 Sep 2003 03:16:01 +0000 Subject: Disable package building on bento: the default PHP doesn't support domxml. Noticed by: kris@ & bento --- devel/pear-XML_XPath/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'devel/pear-XML_XPath') 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 .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: -- cgit v1.2.3