summaryrefslogtreecommitdiff
path: root/games/mythserver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/mythserver/Makefile')
-rw-r--r--games/mythserver/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/mythserver/Makefile b/games/mythserver/Makefile
index 873a015d6957..43a4db1f1d5f 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>