diff options
Diffstat (limited to 'graphics/spcaview')
-rw-r--r-- | graphics/spcaview/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/spcaview/Makefile b/graphics/spcaview/Makefile index 31df864c6b6..4afd14e7772 100644 --- a/graphics/spcaview/Makefile +++ b/graphics/spcaview/Makefile @@ -44,4 +44,10 @@ do-install: @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} Makefile.${component} ${MAKE_ARGS} ${INSTALL_TARGET}) .endfor -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |