diff options
Diffstat (limited to 'converters/pear-Services_JSON/Makefile')
-rw-r--r-- | converters/pear-Services_JSON/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/pear-Services_JSON/Makefile b/converters/pear-Services_JSON/Makefile index 25103620e5cb..a36b0b1dff3a 100644 --- a/converters/pear-Services_JSON/Makefile +++ b/converters/pear-Services_JSON/Makefile @@ -13,7 +13,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PHP implementaion of json_encode/decode BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} FILES= JSON.php |