diff options
Diffstat (limited to 'graphics/evolvotron/Makefile')
-rw-r--r-- | graphics/evolvotron/Makefile | 8 |
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> |