diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-05-24 15:20:16 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-05-24 15:20:16 +0000 |
commit | 124b4f695a6322d799dcd4b7143a02e3225cd9ea (patch) | |
tree | 73a80472c2d1bdfcefa4c585b6832495521f8916 /graphics/spcaview | |
parent | d0d934a3555468458384558eef505f98c8fe3dfc (diff) | |
download | ports-124b4f695a6322d799dcd4b7143a02e3225cd9ea.tar.gz ports-124b4f695a6322d799dcd4b7143a02e3225cd9ea.zip |
Notes
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 31df864c6b63..4afd14e77720 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> |