diff options
author | swills <swills@FreeBSD.org> | 2011-08-18 05:14:06 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-08-18 05:14:06 +0800 |
commit | 8c9268079ef0d278a22e974f26fa80656405f71e (patch) | |
tree | 8c83f89f5e5c0f160027279b3edb33aaed160739 /converters | |
parent | 849a182806b537606a071e9dab66b92bb3e74c8b (diff) | |
download | freebsd-ports-gnome-8c9268079ef0d278a22e974f26fa80656405f71e.tar.gz freebsd-ports-gnome-8c9268079ef0d278a22e974f26fa80656405f71e.tar.zst freebsd-ports-gnome-8c9268079ef0d278a22e974f26fa80656405f71e.zip |
- Add missing BUILD_DEPENDS
Diffstat (limited to 'converters')
-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 |