diff options
Diffstat (limited to 'net/pear-Net_IPv4')
-rw-r--r-- | net/pear-Net_IPv4/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/pear-Net_IPv4/Makefile b/net/pear-Net_IPv4/Makefile index 3884263f8096..914e31fb9e48 100644 --- a/net/pear-Net_IPv4/Makefile +++ b/net/pear-Net_IPv4/Makefile @@ -8,11 +8,6 @@ CATEGORIES= net pear MAINTAINER= miwi@FreeBSD.org COMMENT= IPv4 network calculations and validation -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |