diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-19 11:16:01 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-19 11:16:01 +0800 |
commit | 67a1547696f87d59622e14c5c9344c785d8c12af (patch) | |
tree | 10d8251e60341c5e7c992921ca557e950dbc17c4 /devel | |
parent | 828480debe26deae5d41c48a3b4c3a9f6405a385 (diff) | |
download | freebsd-ports-gnome-67a1547696f87d59622e14c5c9344c785d8c12af.tar.gz freebsd-ports-gnome-67a1547696f87d59622e14c5c9344c785d8c12af.tar.zst freebsd-ports-gnome-67a1547696f87d59622e14c5c9344c785d8c12af.zip |
Disable package building on bento: the default PHP doesn't support domxml.
Noticed by: kris@ & bento
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: |