diff options
author | acm <acm@FreeBSD.org> | 2013-10-01 02:35:44 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2013-10-01 02:35:44 +0800 |
commit | 52f74b94c44a6e21213421018297c7ae605ef7fc (patch) | |
tree | e132290a919874b56d0fd724a81c778b151cf71d /security | |
parent | aed66ff9a4f7d370d9e5ce7db5258785e75c69eb (diff) | |
download | freebsd-ports-gnome-52f74b94c44a6e21213421018297c7ae605ef7fc.tar.gz freebsd-ports-gnome-52f74b94c44a6e21213421018297c7ae605ef7fc.tar.zst freebsd-ports-gnome-52f74b94c44a6e21213421018297c7ae605ef7fc.zip |
- Mark DEPRECATED. Currently, it has not an active development 3 years ago and
the latest version of dazuko only support linux
- Set EXPIRATION to 2013-12-30
- Mark BROKEN. It does not compile on freebsd > 8.x
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 1018f1bed7d2..83436f8f6dd1 100644 --- a/security/dazuko/Makefile +++ b/security/dazuko/Makefile @@ -12,6 +12,10 @@ COMMENT= Common interface for 3rd party file access control HAS_CONFIGURE= yes SUB_FILES= pkg-message +BROKEN= does not compile on freebsd version > 8.x +DEPRECATED= Currently, the project has not an active development and maintainer +EXPIRATION_DATE= 2013-12-30 + OPTIONS_DEFINE= EXAMPLEC OPTIONS_DEFAULT= EXAMPLEC EXAMPLEC_DESC= Install C example programs |