aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pear-Mail_Mbox
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-09-24 00:45:35 +0800
committerbapt <bapt@FreeBSD.org>2014-09-24 00:45:35 +0800
commitd9d0423b4f035aed62096cedbca8d218206d6f65 (patch)
tree7bca8025361a679ac757241a16b366bc0766debf /mail/pear-Mail_Mbox
parent1e6952bbb33c8148c39252655033f15a60d85e86 (diff)
downloadfreebsd-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/Makefile9
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>