diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-24 00:45:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-24 00:45:35 +0800 |
commit | d9d0423b4f035aed62096cedbca8d218206d6f65 (patch) | |
tree | 7bca8025361a679ac757241a16b366bc0766debf /mail/pear-Net_Cyrus | |
parent | 1e6952bbb33c8148c39252655033f15a60d85e86 (diff) | |
download | freebsd-ports-gnome-d9d0423b4f035aed62096cedbca8d218206d6f65.tar.gz freebsd-ports-gnome-d9d0423b4f035aed62096cedbca8d218206d6f65.tar.zst freebsd-ports-gnome-d9d0423b4f035aed62096cedbca8d218206d6f65.zip |
Convert to USES=pear
Diffstat (limited to 'mail/pear-Net_Cyrus')
-rw-r--r-- | mail/pear-Net_Cyrus/Makefile | 6 |
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> |