diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 16:57:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 16:57:57 +0000 |
commit | b0305d41aff6dba2c2de7e0e80152393226eba09 (patch) | |
tree | 997b7cb143dd4821898035e60507aa663169febd /net/pear-Net_NNTP | |
parent | 7242d5eb0654f07556933c4a2ebb9092e7f494e2 (diff) |
Convert to USES=pear
Notes
Notes:
svn path=/head/; revision=369094
Diffstat (limited to 'net/pear-Net_NNTP')
-rw-r--r-- | net/pear-Net_NNTP/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/pear-Net_NNTP/Makefile b/net/pear-Net_NNTP/Makefile index 3136466f7ab5..7c232c4861f7 100644 --- a/net/pear-Net_NNTP/Makefile +++ b/net/pear-Net_NNTP/Makefile @@ -12,8 +12,6 @@ COMMENT= PEAR implementation of the NNTP protocol BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket 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> |