aboutsummaryrefslogtreecommitdiff
path: root/net/pear-File_Bittorrent2
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 16:57:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 16:57:57 +0000
commitb0305d41aff6dba2c2de7e0e80152393226eba09 (patch)
tree997b7cb143dd4821898035e60507aa663169febd /net/pear-File_Bittorrent2
parent7242d5eb0654f07556933c4a2ebb9092e7f494e2 (diff)
downloadports-b0305d41aff6dba2c2de7e0e80152393226eba09.tar.gz
ports-b0305d41aff6dba2c2de7e0e80152393226eba09.zip
Convert to USES=pear
Notes
Notes: svn path=/head/; revision=369094
Diffstat (limited to 'net/pear-File_Bittorrent2')
-rw-r--r--net/pear-File_Bittorrent2/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/pear-File_Bittorrent2/Makefile b/net/pear-File_Bittorrent2/Makefile
index 8dc2300564ee..9c72b3678540 100644
--- a/net/pear-File_Bittorrent2/Makefile
+++ b/net/pear-File_Bittorrent2/Makefile
@@ -8,11 +8,6 @@ CATEGORIES= net pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Decode and Encode data in Bittorrent format
-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>