diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-05-27 07:26:22 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-05-27 07:26:22 +0000 |
commit | a34335170372ab9e394a79f38075d893d86368ea (patch) | |
tree | 21e606de01f15a64a76d5d200570fc3aab305ac3 /security/dazuko | |
parent | fdc42a5004771870edab6cee23e22e388de66eb6 (diff) |
Notes
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 07c605d86290..5edbb0be794d 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%% |