aboutsummaryrefslogtreecommitdiffstats
path: root/games/xevil/Makefile
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-05-19 03:18:21 +0800
committeranholt <anholt@FreeBSD.org>2003-05-19 03:18:21 +0800
commit306dd65faea444de62fade9e92ff591fc92b0fbd (patch)
treef00415d3550b621047024f874937a744c6317d2e /games/xevil/Makefile
parente9adccaf03f8b25ba8dee87c9b3d17174e7183af (diff)
downloadfreebsd-ports-graphics-306dd65faea444de62fade9e92ff591fc92b0fbd.tar.gz
freebsd-ports-graphics-306dd65faea444de62fade9e92ff591fc92b0fbd.tar.zst
freebsd-ports-graphics-306dd65faea444de62fade9e92ff591fc92b0fbd.zip
Update to 2.02r2, fixing the build on -current.
Diffstat (limited to 'games/xevil/Makefile')
-rw-r--r--games/xevil/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile
index afa2143f5c6..e41c8458a91 100644
--- a/games/xevil/Makefile
+++ b/games/xevil/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= xevil
-PORTVERSION= 2.02
+PORTVERSION= 2.02.r2
CATEGORIES= games
MASTER_SITES= http://www.xevil.com/download/stable/
-DISTNAME= xevilsrc${PORTVERSION}
+DISTNAME= xevilsrc${PORTVERSION:S/.r/r/}
MAINTAINER= ports@FreeBSD.org
COMMENT= A fast-action, networked, anti-social, kill-everything game
@@ -21,10 +21,6 @@ ALL_TARGET= freebsd
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile (bad C++ code)"
-.endif
-
# I'm not sure if this should be here
.if (${MACHINE} == "alpha")
CFLAGS+="-DXEVIL_KEYSET=UIalpha"