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 | |
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')
-rw-r--r-- | dns/pear-File_DNS/Makefile | 6 | ||||
-rw-r--r-- | dns/pear-Net_DNS/Makefile | 9 | ||||
-rw-r--r-- | dns/pear-Net_DNS2/Makefile | 9 |
3 files changed, 6 insertions, 18 deletions
diff --git a/dns/pear-File_DNS/Makefile b/dns/pear-File_DNS/Makefile index 888283192a1f..087792898673 100644 --- a/dns/pear-File_DNS/Makefile +++ b/dns/pear-File_DNS/Makefile @@ -11,8 +11,6 @@ COMMENT= PEAR class to read and write RFC1033-style DNS Zonefiles BUILD_DEPENDS= ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File RUN_DEPENDS= ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File -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> 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> diff --git a/dns/pear-Net_DNS2/Makefile b/dns/pear-Net_DNS2/Makefile index 38939847d2ef..0a3e4259842c 100644 --- a/dns/pear-Net_DNS2/Makefile +++ b/dns/pear-Net_DNS2/Makefile @@ -8,11 +8,6 @@ CATEGORIES= dns net pear MAINTAINER= miwi@FreeBSD.org COMMENT= PHP5 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 +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> |