diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2011-10-21 06:54:21 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2011-10-21 06:54:21 +0000 |
commit | 4ff4e0ad12f8121458bb9d859a0d379e4cffa1ef (patch) | |
tree | 171861857c3e2b3857863e8e791dfc536de61ca6 /security/dazuko | |
parent | 045c25d2e216276f223759739c2548ec80d2b80f (diff) | |
download | ports-4ff4e0ad12f8121458bb9d859a0d379e4cffa1ef.tar.gz ports-4ff4e0ad12f8121458bb9d859a0d379e4cffa1ef.zip |
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 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%% |