aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-10-31 19:45:39 +0800
committeredwin <edwin@FreeBSD.org>2005-10-31 19:45:39 +0800
commit1437d72bc4be10f8ba865d85667665e483275628 (patch)
tree1d713c8728b1cb3a8da0e4761623a32a9796a6fb /games
parent923e026ca51e87314126726adc4d109fafa0058d (diff)
downloadfreebsd-ports-gnome-1437d72bc4be10f8ba865d85667665e483275628.tar.gz
freebsd-ports-gnome-1437d72bc4be10f8ba865d85667665e483275628.tar.zst
freebsd-ports-gnome-1437d72bc4be10f8ba865d85667665e483275628.zip
Sadly but true, games/einstein doesn't work on 4.x anymore.
Diffstat (limited to 'games')
-rw-r--r--games/einstein/Makefile8
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>