Index: head/games/holotz-castle/Makefile =================================================================== --- head/games/holotz-castle/Makefile (revision 152870) +++ head/games/holotz-castle/Makefile (revision 152871) @@ -1,23 +1,29 @@ # New ports collection makefile for: holotzcastle # Date created: 4 January 2006 # Whom: Pierre-Paul Lavoie # # $FreeBSD$ # PORTNAME= holotz-castle PORTVERSION= 1.3.7 CATEGORIES= games MASTER_SITES= http://www.mainreactor.net/holotzcastle/download/ 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/ USE_SDL= image mixer sdl ttf USE_X_PREFIX= yes USE_GMAKE= yes -.include +.include + +.if ${OSVERSION} < 500000 +IGNORE= doesn't work on FreeBSD 4.x +.endif + +.include Property changes on: head/games/holotz-castle/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property