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 /dns/pear-File_DNS | |
parent | fa1c1bc803087d85c45c38fd3a468fa5fd87d02c (diff) |
Convert to USES=pear
Notes
Notes:
svn path=/head/; revision=369068
Diffstat (limited to 'dns/pear-File_DNS')
-rw-r--r-- | dns/pear-File_DNS/Makefile | 6 |
1 files changed, 2 insertions, 4 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> |