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-Mail_Mbox | |
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-Mail_Mbox')
-rw-r--r-- | mail/pear-Mail_Mbox/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/mail/pear-Mail_Mbox/Makefile b/mail/pear-Mail_Mbox/Makefile index f20d6da87a32..aea3d202e32b 100644 --- a/mail/pear-Mail_Mbox/Makefile +++ b/mail/pear-Mail_Mbox/Makefile @@ -8,11 +8,6 @@ CATEGORIES= mail www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR Read and modify Unix MBOXes -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> |