aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Net_Cyrus
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 16:45:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 16:45:35 +0000
commitb208e52f7bcc715a04db0703e241da5a949e2d64 (patch)
tree7bca8025361a679ac757241a16b366bc0766debf /mail/pear-Net_Cyrus
parentc0a1775203ed59e128e0c86d0c63537f694564d0 (diff)
downloadports-b208e52f7bcc715a04db0703e241da5a949e2d64.tar.gz
ports-b208e52f7bcc715a04db0703e241da5a949e2d64.zip
Convert to USES=pear
Notes
Notes: svn path=/head/; revision=369092
Diffstat (limited to 'mail/pear-Net_Cyrus')
-rw-r--r--mail/pear-Net_Cyrus/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/pear-Net_Cyrus/Makefile b/mail/pear-Net_Cyrus/Makefile
index 1b12db96afc8..f6f144145788 100644
--- a/mail/pear-Net_Cyrus/Makefile
+++ b/mail/pear-Net_Cyrus/Makefile
@@ -13,8 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
${PEARDIR}/Net/IMAP.php:${PORTSDIR}/mail/pear-Net_IMAP
-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>