From b475a2869fb6b6df2069b976f7f85d2f532060bb Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 8 Jan 2004 10:51:16 +0000 Subject: - Fix build on 5.x PR: ports/61022 Submitted by: Ulrich Spoerlein --- games/mythserver/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'games/mythserver/Makefile') diff --git a/games/mythserver/Makefile b/games/mythserver/Makefile index 43a4db1f1d5f..873a015d6957 100644 --- a/games/mythserver/Makefile +++ b/games/mythserver/Makefile @@ -18,12 +18,6 @@ USE_ZIP= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/metaserver2open/spaghetti -.include - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - pre-everything:: @${ECHO_CMD} "#############################################" @${ECHO_CMD} " IMPORTANT!" @@ -43,4 +37,4 @@ do-install: @${TOUCH} ${PREFIX}/share/${PORTNAME}/db/orders.dat @${TOUCH} ${PREFIX}/share/${PORTNAME}/db/users.dat -.include +.include -- cgit