diff options
Diffstat (limited to 'games/asc/Makefile')
-rw-r--r-- | games/asc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 4f5bd2a3335f..5f7fd4c2c983 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -37,10 +37,6 @@ MAN6= asc.6 asc_demount.6 asc_mount.6 asc_mapedit.6 asc_makegfx.6 asc_weapongui .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} |