diff options
Diffstat (limited to 'security/dazuko')
-rw-r--r-- | security/dazuko/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/dazuko/Makefile b/security/dazuko/Makefile index 6d9d437029ff..d799e830cd0d 100644 --- a/security/dazuko/Makefile +++ b/security/dazuko/Makefile @@ -19,6 +19,10 @@ OPTIONS= EXAMPLEC "Install C example programs" on .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800014 +BROKEN= does not build +.endif + .if defined(WITH_EXAMPLEC) PLIST_FILES= %%EXAMPLESDIR%%/example %%EXAMPLESDIR%%/example_mt PLIST_DIRS= %%EXAMPLESDIR%% |