From d894e365fe83a695850869cd43b9ff91d9c2323a Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 15 Oct 2003 22:23:25 +0000 Subject: BROKEN on 5.x: does not compile --- graphics/evolvotron/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/evolvotron/Makefile') 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 + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/evolvotron ${PREFIX}/bin -.include +.include -- cgit v1.2.3