summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-10-18 03:06:43 +0000
committerlinimon <linimon@FreeBSD.org>2003-10-18 03:06:43 +0000
commit63a8c74bd6ba27a0120005d9d23396ce072aa178 (patch)
tree091d832db21e0d718787c68fb5fa718864c84e10 /games
parent566aa5e4e36f445066f1117610381bfd5d60f678 (diff)
downloadFreeBSD-ports-63a8c74bd6ba27a0120005d9d23396ce072aa178.zip
FreeBSD-ports-63a8c74bd6ba27a0120005d9d23396ce072aa178.tar.gz
Mark broken on 5.x.
Diffstat (limited to 'games')
-rw-r--r--games/mythserver/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/mythserver/Makefile b/games/mythserver/Makefile
index 873a015..43a4db1 100644
--- a/games/mythserver/Makefile
+++ b/games/mythserver/Makefile
@@ -18,6 +18,12 @@ USE_ZIP= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/metaserver2open/spaghetti
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
pre-everything::
@${ECHO_CMD} "#############################################"
@${ECHO_CMD} " IMPORTANT!"
@@ -37,4 +43,4 @@ do-install:
@${TOUCH} ${PREFIX}/share/${PORTNAME}/db/orders.dat
@${TOUCH} ${PREFIX}/share/${PORTNAME}/db/users.dat
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud