diff options
author | erwin <erwin@FreeBSD.org> | 2009-05-27 15:26:22 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-05-27 15:26:22 +0800 |
commit | 55771d33bd33b5250bd3bbcf61c3db560203a238 (patch) | |
tree | 836815bf1e29186043e05d775fcfe2eb7fdafa4e /security | |
parent | ebc9c9226625b411bf4b4cad0543e02d934d171a (diff) | |
download | freebsd-ports-gnome-55771d33bd33b5250bd3bbcf61c3db560203a238.tar.gz freebsd-ports-gnome-55771d33bd33b5250bd3bbcf61c3db560203a238.tar.zst freebsd-ports-gnome-55771d33bd33b5250bd3bbcf61c3db560203a238.zip |
Mark BROKEN on 8.x: does not build.
Diffstat (limited to 'security')
-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%% |