diff options
author | adamw <adamw@FreeBSD.org> | 2005-02-14 07:18:37 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-02-14 07:18:37 +0000 |
commit | 549c654fb4fb67c9f00f44ebe1d12b9821e4f91a (patch) | |
tree | c1b9509a2486dff7601891ab8b077c9717e06f76 /games | |
parent | 4c1389252a0c4825dca1708f9dbfb91d03d389af (diff) | |
download | FreeBSD-ports-549c654fb4fb67c9f00f44ebe1d12b9821e4f91a.zip FreeBSD-ports-549c654fb4fb67c9f00f44ebe1d12b9821e4f91a.tar.gz |
Mark BROKEN on 4.X. Someone who feels like putzing with a (probably simple)
C++ issue should take a look at this.
Diffstat (limited to 'games')
-rw-r--r-- | games/tomatoes/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/tomatoes/Makefile b/games/tomatoes/Makefile index 9e02b9f..1e6499e 100644 --- a/games/tomatoes/Makefile +++ b/games/tomatoes/Makefile @@ -28,6 +28,12 @@ MAKEFILE= makefile USE_GMAKE= yes USE_SDL= mixer image sound +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not build on 4.X +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${DATADIR}/music @@ -35,4 +41,4 @@ do-install: ${INSTALL_DATA} ${TDATA}/tomatoes.mpk ${DATADIR} ${INSTALL_DATA} ${TDATA}/music/IHaveNoTomatoes.it ${DATADIR}/music -.include <bsd.port.mk> +.include <bsd.port.post.mk> |