aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 13:54:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 13:54:17 +0000
commit71344a20489f06a4196155c87a5512705c1e5325 (patch)
tree93d878cdf336c1334df339294b6c4eab3ec93c2d /converters
parent038021d3540c0640638041ba8c0322ad661da18d (diff)
downloadports-71344a20489f06a4196155c87a5512705c1e5325.tar.gz
ports-71344a20489f06a4196155c87a5512705c1e5325.zip
Convert to USES=pear
Notes
Notes: svn path=/head/; revision=369061
Diffstat (limited to 'converters')
-rw-r--r--converters/pear-Services_JSON/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/converters/pear-Services_JSON/Makefile b/converters/pear-Services_JSON/Makefile
index d476e8da2dbd..4764517b92cd 100644
--- a/converters/pear-Services_JSON/Makefile
+++ b/converters/pear-Services_JSON/Makefile
@@ -8,11 +8,6 @@ CATEGORIES= converters www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP implementation of json_encode/decode
-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>