From 55771d33bd33b5250bd3bbcf61c3db560203a238 Mon Sep 17 00:00:00 2001 From: erwin Date: Wed, 27 May 2009 07:26:22 +0000 Subject: Mark BROKEN on 8.x: does not build. --- security/dazuko/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security') diff --git a/security/dazuko/Makefile b/security/dazuko/Makefile index 07c605d86290..5edbb0be794d 100644 --- a/security/dazuko/Makefile +++ b/security/dazuko/Makefile @@ -19,6 +19,10 @@ OPTIONS= EXAMPLEC "Install C example programs" on .include +.if ${OSVERSION} >= 800014 +BROKEN= does not build +.endif + .if defined(WITH_EXAMPLEC) PLIST_FILES= %%EXAMPLESDIR%%/example %%EXAMPLESDIR%%/example_mt PLIST_DIRS= %%EXAMPLESDIR%% -- cgit