diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-16 00:51:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-16 00:51:55 +0800 |
commit | aeb0ff46378d19941c8836a0020bfb94a96007cc (patch) | |
tree | c14fddb288c121758d491dbc36e3c930dafefad3 | |
parent | 73c17769dabbc0c07ce39a33b55cc358e00085d5 (diff) | |
download | freebsd-ports-gnome-aeb0ff46378d19941c8836a0020bfb94a96007cc.tar.gz freebsd-ports-gnome-aeb0ff46378d19941c8836a0020bfb94a96007cc.tar.zst freebsd-ports-gnome-aeb0ff46378d19941c8836a0020bfb94a96007cc.zip |
- Add PORTSCOUT knob
Feature safe: yes
-rw-r--r-- | converters/p5-JSON-XS/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile index c9191db67a57..94d1643aba49 100644 --- a/converters/p5-JSON-XS/Makefile +++ b/converters/p5-JSON-XS/Makefile @@ -22,4 +22,6 @@ PERL_CONFIGURE= yes MAN1= json_xs.1 MAN3= JSON::XS.3 JSON::XS::Boolean.3 +PORTSCOUT= skipv:2.232 + .include <bsd.port.mk> |