aboutsummaryrefslogtreecommitdiffstats
path: root/net/pear-Net_URL2
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-24 00:57:57 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-24 00:57:57 +0800
commitb0305d41aff6dba2c2de7e0e80152393226eba09 (patch)
tree997b7cb143dd4821898035e60507aa663169febd /net/pear-Net_URL2
parent7242d5eb0654f07556933c4a2ebb9092e7f494e2 (diff)
downloadfreebsd-ports-gnome-b0305d41aff6dba2c2de7e0e80152393226eba09.tar.gz
freebsd-ports-gnome-b0305d41aff6dba2c2de7e0e80152393226eba09.tar.zst
freebsd-ports-gnome-b0305d41aff6dba2c2de7e0e80152393226eba09.zip
Convert to USES=pear
Diffstat (limited to 'net/pear-Net_URL2')
-rw-r--r--net/pear-Net_URL2/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/pear-Net_URL2/Makefile b/net/pear-Net_URL2/Makefile
index ce82d53a77a0..b1b99f2e7880 100644
--- a/net/pear-Net_URL2/Makefile
+++ b/net/pear-Net_URL2/Makefile
@@ -10,11 +10,6 @@ COMMENT= PEAR Class for parsing and handling URL
LICENSE= BSD3CLAUSE
-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>