diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 15:15:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 15:15:04 +0000 |
commit | 31871ddfaba45321249f274b2d303abea45e8ea7 (patch) | |
tree | a4e3c1980b4c9585c313b5bef6a2960ed45f7559 /devel/pear-TheSeer_fDOMDocument | |
parent | fa1c1bc803087d85c45c38fd3a468fa5fd87d02c (diff) |
Notes
Diffstat (limited to 'devel/pear-TheSeer_fDOMDocument')
-rw-r--r-- | devel/pear-TheSeer_fDOMDocument/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/devel/pear-TheSeer_fDOMDocument/Makefile b/devel/pear-TheSeer_fDOMDocument/Makefile index 29b0bdf31a90..37ae56d936ba 100644 --- a/devel/pear-TheSeer_fDOMDocument/Makefile +++ b/devel/pear-TheSeer_fDOMDocument/Makefile @@ -12,17 +12,11 @@ COMMENT= Extension to PHP's standard DOM LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ - ${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer +BUILD_DEPENDS= ${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer +RUN_DEPENDS= ${PEARDIR}/.channels/pear.netpirates.net.reg:${PORTSDIR}/devel/pear-channel-theseer USE_PHP= dom xml PEAR_CHANNEL= theseer -PEAR_AUTOINSTALL= yes +USES= pear -IGNORE_WITH_PHP= 52 - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |