aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_POP3
diff options
context:
space:
mode:
Diffstat (limited to 'net/pear-Net_POP3')
-rw-r--r--net/pear-Net_POP3/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/pear-Net_POP3/Makefile b/net/pear-Net_POP3/Makefile
index 60b3e213f99e..02e29f08e2df 100644
--- a/net/pear-Net_POP3/Makefile
+++ b/net/pear-Net_POP3/Makefile
@@ -9,10 +9,8 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Provides a POP3 class to access POP3 server
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket
-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>