diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-02 18:54:05 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-02 18:54:05 +0000 |
commit | 3c038d452ea310fc57c04961484e94c90b2a6acb (patch) | |
tree | 98e1637097e044700f9cd246e8d446844c5a6767 /devel/libpasori | |
parent | 0901a37cde75511f23a547edb4035adf438dfe6b (diff) |
Mark BROKEN on 8.x: does not build.
Notes
Notes:
svn path=/head/; revision=235046
Diffstat (limited to 'devel/libpasori')
-rw-r--r-- | devel/libpasori/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libpasori/Makefile b/devel/libpasori/Makefile index 0ab4b39ce8d9..fd3072f81889 100644 --- a/devel/libpasori/Makefile +++ b/devel/libpasori/Makefile @@ -29,4 +29,10 @@ post-extract: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800064 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |