aboutsummaryrefslogtreecommitdiff
path: root/games/blinkensisters
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-06 01:07:58 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-06 01:07:58 +0000
commit87d5e5944ea487680733448093bd9cbaa2fa4df1 (patch)
tree85a57db4fb4d891f2aa77e2f64295436ac26f34e /games/blinkensisters
parentb9370de1b38da5c375edf94c32c63502664bc0d1 (diff)
downloadports-87d5e5944ea487680733448093bd9cbaa2fa4df1.tar.gz
ports-87d5e5944ea487680733448093bd9cbaa2fa4df1.zip
[MAINTAINER] games/blinkensisters: mark BROKEN on amd64/CURRENT
Doesn't build on amd64 7. Reported by: pointyhat via kris PR: ports/116089 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Notes
Notes: svn path=/head/; revision=198879
Diffstat (limited to 'games/blinkensisters')
-rw-r--r--games/blinkensisters/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/blinkensisters/Makefile b/games/blinkensisters/Makefile
index ac0af5388e82..cf5971c3f2d6 100644
--- a/games/blinkensisters/Makefile
+++ b/games/blinkensisters/Makefile
@@ -26,6 +26,12 @@ MAKE_ARGS= CC="${CXX}"
PORTDOCS= AUTHORS HOWTOPLAY INSTALL README SCRIPTING
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000
+BROKEN= Doesn't build
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/LostPixels ${PREFIX}/bin/${PORTNAME}
@@ -43,4 +49,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>