aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-JSON-XS
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-08-17 21:14:06 +0000
committerSteve Wills <swills@FreeBSD.org>2011-08-17 21:14:06 +0000
commit95d108b823b6a7621ed5b3391a9a91866f423e52 (patch)
tree9685a646f426f327ca8ca7d0c0421b4bf4c99093 /converters/p5-JSON-XS
parent78e978fe35877cc23e72974e3c88f70ea7e98de7 (diff)
downloadports-95d108b823b6a7621ed5b3391a9a91866f423e52.tar.gz
ports-95d108b823b6a7621ed5b3391a9a91866f423e52.zip
- Add missing BUILD_DEPENDS
Notes
Notes: svn path=/head/; revision=279927
Diffstat (limited to 'converters/p5-JSON-XS')
-rw-r--r--converters/p5-JSON-XS/Makefile3
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