diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 10:59:11 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 10:59:11 +0000 |
commit | 531874040cfcce13b9e2a18d73e57b9c65940650 (patch) | |
tree | 36155147624488f0ec8d26f6546cc41592c8c93a /security/dazuko | |
parent | 3997490dc63851e8cab3f2bcc02cfa03c1984c15 (diff) | |
download | ports-531874040cfcce13b9e2a18d73e57b9c65940650.tar.gz ports-531874040cfcce13b9e2a18d73e57b9c65940650.zip |
Notes
Diffstat (limited to 'security/dazuko')
-rw-r--r-- | security/dazuko/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/dazuko/Makefile b/security/dazuko/Makefile index 5b6178d2891e..5d942696df5b 100644 --- a/security/dazuko/Makefile +++ b/security/dazuko/Makefile @@ -20,7 +20,7 @@ OPTIONS= EXAMPLEC "Install C example programs" on .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700000 -BROKEN= Currently does not support -CURRENT +BROKEN= Currently does not support FreeBSD > 7.0 .endif .if defined(WITH_EXAMPLEC) |