diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-23 21:54:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-23 21:54:17 +0800 |
commit | 7906ff8f224c731ab7ecdbb848206f1059ff0db0 (patch) | |
tree | 93d878cdf336c1334df339294b6c4eab3ec93c2d /converters | |
parent | 90c864c836bb8583fcbba5fe6828d3cf0ced08ab (diff) | |
download | freebsd-ports-gnome-7906ff8f224c731ab7ecdbb848206f1059ff0db0.tar.gz freebsd-ports-gnome-7906ff8f224c731ab7ecdbb848206f1059ff0db0.tar.zst freebsd-ports-gnome-7906ff8f224c731ab7ecdbb848206f1059ff0db0.zip |
Convert to USES=pear
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> |