summaryrefslogtreecommitdiff
path: root/security/fressh
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-11 08:27:40 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-11 08:27:40 +0000
commit2a64980a8d1275ef36f9336c04f2a2f1dafe3489 (patch)
tree1db8a73daa6a265575118237b21da345514947e6 /security/fressh
parentMark BROKEN on 8.x: does not build. (diff)
Mark BROKEN on 8.x: does not build.
Notes
Notes: svn path=/head/; revision=235571
Diffstat (limited to 'security/fressh')
-rw-r--r--security/fressh/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/fressh/Makefile b/security/fressh/Makefile
index f37f61126d8e..0412acb1991d 100644
--- a/security/fressh/Makefile
+++ b/security/fressh/Makefile
@@ -36,4 +36,10 @@ RSAGLUE+= -lRSAglue
.endif
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800065
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>