summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-06-05 06:15:44 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-06-05 06:15:44 +0000
commit4dc41a90d95f877e22d9eaecc06600b56f0449e6 (patch)
treea5f4a032a59058a8b5264142945bbb71def42f6b /games
parent- Improve PORTSCOUT limit to avoid false positives. (diff)
- Add PORTSCOUT to avoid beta versions being reported as new ones.
Notes
Notes: svn path=/head/; revision=192799
Diffstat (limited to 'games')
-rw-r--r--games/uhexen2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/uhexen2/Makefile b/games/uhexen2/Makefile
index d76a5765f7b3..164b9572e343 100644
--- a/games/uhexen2/Makefile
+++ b/games/uhexen2/Makefile
@@ -30,6 +30,8 @@ OPTIONS= DEMO "Install demo version of the game data" off \
LAUNCHER_GTK2 "Build graphical (GTK2) game launcher" off \
X86_ASM "Enable use of optimized x86 assembly code" on
+PORTSCOUT= skipb:yes
+
.include <bsd.port.pre.mk>
.if defined(WITHOUT_HEXEN2) && defined(WITHOUT_HW)