diff options
author | ume <ume@FreeBSD.org> | 2018-12-10 11:57:37 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2018-12-10 11:57:37 +0800 |
commit | c9026fef35550736f965afd6c183101dfd810b5a (patch) | |
tree | 8e9ea0b3c6843e64d4b6fd82f39b9053240ab44a /mail | |
parent | c552a73d72ced721ef8101c109044b0fbd37f29f (diff) | |
download | freebsd-ports-gnome-c9026fef35550736f965afd6c183101dfd810b5a.tar.gz freebsd-ports-gnome-c9026fef35550736f965afd6c183101dfd810b5a.tar.zst freebsd-ports-gnome-c9026fef35550736f965afd6c183101dfd810b5a.zip |
Unmark BROKEN when CLAMAV option is enabled.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd30/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/cyrus-imapd30/Makefile b/mail/cyrus-imapd30/Makefile index e8386a82da96..0768e836fb80 100644 --- a/mail/cyrus-imapd30/Makefile +++ b/mail/cyrus-imapd30/Makefile @@ -59,7 +59,6 @@ BACKUP_CONFIGURE_ENABLE=backup CLAMAV_DESC= Use ClamAV CLAMAV_CONFIGURE_WITH= clamav CLAMAV_LIB_DEPENDS= libclamav.so:security/clamav -CLAMAV_BROKEN= Does not build with recent clamav DRAC_DESC= Enable DRAC support DRAC_CONFIGURE_ON= --with-drac=${LOCALBASE} DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:mail/drac |