diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-02-14 07:18:37 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-02-14 07:18:37 +0000 |
commit | 47b5e04f4dc85338d85ab8609671260839730ac4 (patch) | |
tree | 0e34edf39147f9f6171e1050294e255430cfd45e /games/tomatoes | |
parent | 6bb073992e2b385b6f8ce91cf6f8d1d786e593ab (diff) | |
download | ports-47b5e04f4dc85338d85ab8609671260839730ac4.tar.gz ports-47b5e04f4dc85338d85ab8609671260839730ac4.zip |
Notes
Diffstat (limited to 'games/tomatoes')
-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 9e02b9f9f132..1e6499e3aec7 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> |