diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2019-01-16 17:40:26 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2019-01-16 17:40:26 +0000 |
commit | b48e7019613dfaddf57996d2562df5edd0fcc17f (patch) | |
tree | c7a104543cabfd3c2b35d1ab8fe7fc4823762e98 /mail/cyrus-imapd30 | |
parent | 757509ad3008c664ce684f22442bba4fd914950c (diff) | |
download | freebsd-ports-b48e7019613dfaddf57996d2562df5edd0fcc17f.zip |
Mark BROKEN with CLAMAV option.
It is not buildable with latest clamav.
PR: 235002
Reported by: albert.shih
Diffstat (limited to 'mail/cyrus-imapd30')
-rw-r--r-- | mail/cyrus-imapd30/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/cyrus-imapd30/Makefile b/mail/cyrus-imapd30/Makefile index e1ebc9db72a6..08284f1fe86c 100644 --- a/mail/cyrus-imapd30/Makefile +++ b/mail/cyrus-imapd30/Makefile @@ -58,6 +58,7 @@ BACKUP_CONFIGURE_ENABLE=backup CLAMAV_DESC= Use ClamAV CLAMAV_CONFIGURE_WITH= clamav CLAMAV_LIB_DEPENDS= libclamav.so:security/clamav +CLAMAV_BROKEN= Not buildable with latest clamav HTTP_DESC= Enable HTTP support HTTP_CONFIGURE_ENABLE= http HTTP_LIB_DEPENDS= libical.so:devel/libical \ |