diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-01-29 12:30:43 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-01-29 12:30:43 +0800 |
commit | b3e3492d9790a5cd2638710c566f1f8af342bdbf (patch) | |
tree | d440a284061a5f12a1558337f763a6067c95bffc /x11-wm | |
parent | 04d821e67933d7e623cffc1196f0c88c9c6e6ab9 (diff) | |
download | freebsd-ports-graphics-b3e3492d9790a5cd2638710c566f1f8af342bdbf.tar.gz freebsd-ports-graphics-b3e3492d9790a5cd2638710c566f1f8af342bdbf.tar.zst freebsd-ports-graphics-b3e3492d9790a5cd2638710c566f1f8af342bdbf.zip |
- Fix PORTSCOUT variable to ignore development versions.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index bda9b98992e..912c7c95af0 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -35,7 +35,8 @@ OPTIONS= GNOMEDESKTOP "Enable GNOME desktop support" off \ BEASTIE "Use Beastie'fied startup button" off \ NLS "Enable National Language Support" on -PORTSCOUT= limitw:2,even skipb:yes +# Restrict to stable (even) versions, indicated by the second component. +PORTSCOUT= limitw:1,even .include <bsd.port.pre.mk> |