summaryrefslogtreecommitdiffstats
path: root/games/asc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-17 22:47:50 +0000
committerkris <kris@FreeBSD.org>2004-09-17 22:47:50 +0000
commit55c569d8503e8814d1808e669f90dc77691862bc (patch)
tree264bb2935ea30164ece80a9fa52e7520dc6811c2 /games/asc
parent2136eac81725e1bf7e74da91aa14f60bcb456e07 (diff)
downloadFreeBSD-ports-55c569d8503e8814d1808e669f90dc77691862bc.zip
FreeBSD-ports-55c569d8503e8814d1808e669f90dc77691862bc.tar.gz
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'games/asc')
-rw-r--r--games/asc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile
index eb352b6..145be0e 100644
--- a/games/asc/Makefile
+++ b/games/asc/Makefile
@@ -35,6 +35,10 @@ OPTIONS= MUSIC "Install extra music files" off
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if defined(WITH_MUSIC)
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} frontiers.mp3 time_to_strike.mp3 machine_wars.mp3
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
OpenPOWER on IntegriCloud