summaryrefslogtreecommitdiffstats
path: root/games/xevil
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-10-25 09:14:00 +0000
committerlinimon <linimon@FreeBSD.org>2003-10-25 09:14:00 +0000
commit63b6883d454b10b1fb780e1587ba14adb4389798 (patch)
treefddd2e44c00c81e657ddb4d44facfb296f5d40e1 /games/xevil
parent42af42435b6e300d3819dea182176ea6bbfbaaec (diff)
downloadFreeBSD-ports-63b6883d454b10b1fb780e1587ba14adb4389798.zip
FreeBSD-ports-63b6883d454b10b1fb780e1587ba14adb4389798.tar.gz
Mark broken on 5.x due to the usual gcc3.3 reasons.
Diffstat (limited to 'games/xevil')
-rw-r--r--games/xevil/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile
index e41c845..3b51a50 100644
--- a/games/xevil/Makefile
+++ b/games/xevil/Makefile
@@ -26,6 +26,10 @@ ALL_TARGET= freebsd
CFLAGS+="-DXEVIL_KEYSET=UIalpha"
.endif
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
pre-extract:
@${MKDIR} ${WRKDIR}/${DISTNAME}
OpenPOWER on IntegriCloud