diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 16:45:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 16:45:35 +0000 |
commit | b208e52f7bcc715a04db0703e241da5a949e2d64 (patch) | |
tree | 7bca8025361a679ac757241a16b366bc0766debf /mail/pear-Net_IMAP | |
parent | c0a1775203ed59e128e0c86d0c63537f694564d0 (diff) |
Convert to USES=pear
Notes
Notes:
svn path=/head/; revision=369092
Diffstat (limited to 'mail/pear-Net_IMAP')
-rw-r--r-- | mail/pear-Net_IMAP/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/pear-Net_IMAP/Makefile b/mail/pear-Net_IMAP/Makefile index 0d40bf3f52b8..6162292fa79b 100644 --- a/mail/pear-Net_IMAP/Makefile +++ b/mail/pear-Net_IMAP/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}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL -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> |