diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-05-04 05:10:00 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-05-04 05:10:00 +0800 |
commit | 103741a9a44ea124ae396b977359d3a2d98ea10f (patch) | |
tree | 9750b7af20e8f2c0d81d9224bc89556f2417a3fc | |
parent | d8df2d7a499bccbefb7a3524c4cd6529fb0b04fe (diff) | |
download | freebsd-ports-gnome-103741a9a44ea124ae396b977359d3a2d98ea10f.tar.gz freebsd-ports-gnome-103741a9a44ea124ae396b977359d3a2d98ea10f.tar.zst freebsd-ports-gnome-103741a9a44ea124ae396b977359d3a2d98ea10f.zip |
- Add PORTSCOUT variable to ignore version 1.3.0 (beta?) which is not
mentioned anywhere.
-rw-r--r-- | x11-wm/icewm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index b13a1875a6d2..3d6022907938 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -37,6 +37,8 @@ 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 + .include <bsd.port.pre.mk> .if defined(WITH_GNOMEDESKTOP) |