diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-31 11:45:39 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-31 11:45:39 +0000 |
| commit | 0ed1521f7c9619b172a3d7feacde64f90efcf0c7 (patch) | |
| tree | dca99a89e6a1c4ea3720a24e1197b2a3d8597ab5 | |
| parent | Fix typo. games/py-balazar -> games/py-slune (diff) | |
Sadly but true, games/einstein doesn't work on 4.x anymore.
Notes
Notes:
svn path=/head/; revision=146817
| -rw-r--r-- | games/einstein/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/einstein/Makefile b/games/einstein/Makefile index bc86855d0769..dce3003a4d59 100644 --- a/games/einstein/Makefile +++ b/games/einstein/Makefile @@ -17,7 +17,13 @@ COMMENT= Remake of old DOS game Sherlock, which was inspired by Albert Einstein' USE_SDL= sdl ttf mixer WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= Einstein requires wstrings which are not available in FreeBSD 4.x +.endif + post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |
