diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-06-05 14:25:17 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-06-05 14:25:17 +0800 |
commit | d70a968dab07cc2062bed26e6956a9cdf4044c3a (patch) | |
tree | 67d5d2daa26b44c676bafa004a99e363bb2a24ef /x11-wm | |
parent | c69fe17ab1fa9840904d3e481a71c06f408b1550 (diff) | |
download | freebsd-ports-gnome-d70a968dab07cc2062bed26e6956a9cdf4044c3a.tar.gz freebsd-ports-gnome-d70a968dab07cc2062bed26e6956a9cdf4044c3a.tar.zst freebsd-ports-gnome-d70a968dab07cc2062bed26e6956a9cdf4044c3a.zip |
- Improve PORTSCOUT limit to avoid false positives.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 59ffb1c3ba72..27b1b9842719 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -37,7 +37,7 @@ OPTIONS= GNOMEDESKTOP "Enable GNOME desktop support" off \ BEASTIE "Use Beastie'fied startup button" off \ NLS "Enable National Language Support" on -PORTSCOUT= skipv:1.3.0 +PORTSCOUT= limitw:2,even skipb:yes .include <bsd.port.pre.mk> |