diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-23 23:15:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-23 23:15:04 +0800 |
commit | fcfe156115f9459697c25acf4cec2ffb924dd23c (patch) | |
tree | a4e3c1980b4c9585c313b5bef6a2960ed45f7559 /dns/pear-Net_DNS | |
parent | e5257a092509b238dae9b4db039ee983ed9a04a4 (diff) | |
download | freebsd-ports-gnome-fcfe156115f9459697c25acf4cec2ffb924dd23c.tar.gz freebsd-ports-gnome-fcfe156115f9459697c25acf4cec2ffb924dd23c.tar.zst freebsd-ports-gnome-fcfe156115f9459697c25acf4cec2ffb924dd23c.zip |
Convert to USES=pear
Diffstat (limited to 'dns/pear-Net_DNS')
-rw-r--r-- | dns/pear-Net_DNS/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dns/pear-Net_DNS/Makefile b/dns/pear-Net_DNS/Makefile index 4f695da7a938..4a76fb739082 100644 --- a/dns/pear-Net_DNS/Makefile +++ b/dns/pear-Net_DNS/Makefile @@ -9,13 +9,8 @@ CATEGORIES= dns net pear MAINTAINER= miwi@FreeBSD.org COMMENT= Resolver library used to communicate with a DNS server -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - PORTSCOUT= skipv:1.00b2,1.00b1 USE_PHP= mhash -PEAR_AUTOINSTALL= yes +USES= pear -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |