aboutsummaryrefslogtreecommitdiff
path: root/devel/libpasori
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-02 18:54:05 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-02 18:54:05 +0000
commit3c038d452ea310fc57c04961484e94c90b2a6acb (patch)
tree98e1637097e044700f9cd246e8d446844c5a6767 /devel/libpasori
parent0901a37cde75511f23a547edb4035adf438dfe6b (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/Makefile8
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>