diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-18 03:06:43 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-18 03:06:43 +0000 |
commit | 63a8c74bd6ba27a0120005d9d23396ce072aa178 (patch) | |
tree | 091d832db21e0d718787c68fb5fa718864c84e10 /games | |
parent | 566aa5e4e36f445066f1117610381bfd5d60f678 (diff) | |
download | FreeBSD-ports-63a8c74bd6ba27a0120005d9d23396ce072aa178.zip FreeBSD-ports-63a8c74bd6ba27a0120005d9d23396ce072aa178.tar.gz |
Mark broken on 5.x.
Diffstat (limited to 'games')
-rw-r--r-- | games/mythserver/Makefile | 8 |
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> |