diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-08-17 21:14:06 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-08-17 21:14:06 +0000 |
commit | 95d108b823b6a7621ed5b3391a9a91866f423e52 (patch) | |
tree | 9685a646f426f327ca8ca7d0c0421b4bf4c99093 /converters/p5-JSON-XS | |
parent | 78e978fe35877cc23e72974e3c88f70ea7e98de7 (diff) | |
download | ports-95d108b823b6a7621ed5b3391a9a91866f423e52.tar.gz ports-95d108b823b6a7621ed5b3391a9a91866f423e52.zip |
Notes
Diffstat (limited to 'converters/p5-JSON-XS')
-rw-r--r-- | converters/p5-JSON-XS/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile index 7c63f599681c..c9191db67a57 100644 --- a/converters/p5-JSON-XS/Makefile +++ b/converters/p5-JSON-XS/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= JSON serialising/deserialising, done correctly and fast -RUN_DEPENDS= p5-common-sense>0:${PORTSDIR}/devel/p5-common-sense +BUILD_DEPENDS= p5-common-sense>0:${PORTSDIR}/devel/p5-common-sense +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |