aboutsummaryrefslogtreecommitdiffstats
path: root/games/magiccube4d
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-19 09:05:44 +0800
committerkris <kris@FreeBSD.org>2004-09-19 09:05:44 +0800
commitc661d0a153411a8053b2edd5d6fd83c73202cc7e (patch)
tree1a39632093e48958a38706ca9c782132bc083172 /games/magiccube4d
parent486167dabca1b969e13e10bb502cfc325f686fad (diff)
downloadfreebsd-ports-gnome-c661d0a153411a8053b2edd5d6fd83c73202cc7e.tar.gz
freebsd-ports-gnome-c661d0a153411a8053b2edd5d6fd83c73202cc7e.tar.zst
freebsd-ports-gnome-c661d0a153411a8053b2edd5d6fd83c73202cc7e.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'games/magiccube4d')
-rw-r--r--games/magiccube4d/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/magiccube4d/Makefile b/games/magiccube4d/Makefile
index ed77bbf85f73..0322e5b7f443 100644
--- a/games/magiccube4d/Makefile
+++ b/games/magiccube4d/Makefile
@@ -22,6 +22,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION:S/./_/}
DOCS= ChangeLog Intro.txt MagicCube4D-unix.txt \
ideas.txt readme-unix.txt
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/magiccube4d ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@@ -31,4 +37,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>