diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 13:54:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 13:54:17 +0000 |
commit | 71344a20489f06a4196155c87a5512705c1e5325 (patch) | |
tree | 93d878cdf336c1334df339294b6c4eab3ec93c2d /converters | |
parent | 038021d3540c0640638041ba8c0322ad661da18d (diff) |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/pear-Services_JSON/Makefile | 9 |
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> |