diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-10-28 21:06:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-10-28 21:06:11 +0000 |
commit | 33a8074e2a80d72c81e075e4c0e8eaeb7e106d9e (patch) | |
tree | adf48457efd702796f13b9758c41ea446f6b1942 /games/asc | |
parent | 7841a9348dc02e99d502b9c5da1ccdc14ed3ae1a (diff) |
Now builds on FreeBSD >= 5.x.
Notes
Notes:
svn path=/head/; revision=120432
Diffstat (limited to 'games/asc')
-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} |