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/white_dune | |
parent | d0d934a3555468458384558eef505f98c8fe3dfc (diff) |
Notes
Diffstat (limited to 'graphics/white_dune')
-rw-r--r-- | graphics/white_dune/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/white_dune/Makefile b/graphics/white_dune/Makefile index f784b3fb2af6..caeef5f22126 100644 --- a/graphics/white_dune/Makefile +++ b/graphics/white_dune/Makefile @@ -46,4 +46,10 @@ do-install: @cd ${WRKSRC}/docs/&&${COPYTREE_SHARE} . ${DOCSDIR}/ .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |