From 227ecb075e411b325d98f39299bb7e452a1e0914 Mon Sep 17 00:00:00 2001 From: erwin Date: Thu, 11 Jun 2009 08:27:40 +0000 Subject: Mark BROKEN on 8.x: does not build. --- security/fressh/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'security') 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 +.include + +.if ${OSVERSION} >= 800065 +BROKEN= does not build +.endif + +.include -- cgit