diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-16 02:05:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-16 02:05:34 +0800 |
commit | c9cedcbbc858001ca225240d53d2bb54d099638c (patch) | |
tree | c2227d8dd11a72f4cbc2886a05d0ec5b69db3875 | |
parent | 57d90ee855335a2aa263a5fc527ce150ef66b48c (diff) | |
download | freebsd-ports-gnome-c9cedcbbc858001ca225240d53d2bb54d099638c.tar.gz freebsd-ports-gnome-c9cedcbbc858001ca225240d53d2bb54d099638c.tar.zst freebsd-ports-gnome-c9cedcbbc858001ca225240d53d2bb54d099638c.zip |
- Add PORTSCOUT knob
Feature safe: yes
-rw-r--r-- | math/p5-Math-BigInt-FastCalc/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Sphinx-Search/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/math/p5-Math-BigInt-FastCalc/Makefile b/math/p5-Math-BigInt-FastCalc/Makefile index 6162c3a2ba4d..df97968f68c1 100644 --- a/math/p5-Math-BigInt-FastCalc/Makefile +++ b/math/p5-Math-BigInt-FastCalc/Makefile @@ -21,4 +21,6 @@ PERL_CONFIGURE= yes MAN3= Math::BigInt::FastCalc.3 +PORTSCOUT= skipv:0.251 + .include <bsd.port.mk> diff --git a/textproc/p5-Sphinx-Search/Makefile b/textproc/p5-Sphinx-Search/Makefile index 5e1faadea442..a5af8a05487d 100644 --- a/textproc/p5-Sphinx-Search/Makefile +++ b/textproc/p5-Sphinx-Search/Makefile @@ -28,4 +28,6 @@ PERL_CONFIGURE= yes MAN3= Sphinx::Search.3 +PORTSCOUT= skipv:0.240.1 + .include <bsd.port.mk> |