diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-11-28 08:04:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-11-28 08:04:42 +0000 |
commit | 147e04522b3ff469d2707e9a418c5c1d2e832169 (patch) | |
tree | 1758f72fa8c220b9b2c730b544b7c347f7ec033a /games/holotz-castle/Makefile | |
parent | e19537728dc4f7a20655fad7d437a0f3e9835e2f (diff) | |
download | ports-147e04522b3ff469d2707e9a418c5c1d2e832169.tar.gz ports-147e04522b3ff469d2707e9a418c5c1d2e832169.zip |
Notes
Diffstat (limited to 'games/holotz-castle/Makefile')
-rw-r--r-- | games/holotz-castle/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/holotz-castle/Makefile b/games/holotz-castle/Makefile index 808944696369..396a76153e1b 100644 --- a/games/holotz-castle/Makefile +++ b/games/holotz-castle/Makefile @@ -15,17 +15,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ppl@nbnet.nb.ca COMMENT= A platform game with high doses of mystery -MAKE_ARGS= HC_BASE=${PREFIX}/share/${PORTNAME}/ HC_BIN_DIR=${PREFIX}/bin/ +MAKE_ARGS= HC_BASE=${PREFIX}/share/${PORTNAME}/ HC_BIN_DIR=${PREFIX}/bin/ CXX=${CXX} USE_GL= gl USE_SDL= image mixer sdl ttf USE_X_PREFIX= yes USE_GMAKE= yes -.include <bsd.port.pre.mk> +BROKEN= Does not run (No video mode large enough for 676550817x676551540) -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |