summaryrefslogtreecommitdiff
path: root/graphics/evolvotron/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
commitd894e365fe83a695850869cd43b9ff91d9c2323a (patch)
tree7a18870cedbd144cff76a826ef41b266e5dc5835 /graphics/evolvotron/Makefile
parentReset inactive maintainer. (diff)
BROKEN on 5.x: does not compile
Diffstat (limited to 'graphics/evolvotron/Makefile')
-rw-r--r--graphics/evolvotron/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile
index 8e9d5a050937..886bf53ddbe6 100644
--- a/graphics/evolvotron/Makefile
+++ b/graphics/evolvotron/Makefile
@@ -24,7 +24,13 @@ GNU_CONFIGURE= yes
MAKE_ENV= QTDIR="${QTDIR}"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/evolvotron ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>