aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2017-08-23 19:26:47 +0800
committerrene <rene@FreeBSD.org>2017-08-23 19:26:47 +0800
commit508ac471301ec9d2093d9dcd0a7510618bbb2313 (patch)
tree3d6994452c21d67e53aad31bb2eb379c6ce56425
parent4a8a9702f50dc9b1ae515e77619b4a1e4ab4e803 (diff)
downloadfreebsd-ports-gnome-508ac471301ec9d2093d9dcd0a7510618bbb2313.tar.gz
freebsd-ports-gnome-508ac471301ec9d2093d9dcd0a7510618bbb2313.tar.zst
freebsd-ports-gnome-508ac471301ec9d2093d9dcd0a7510618bbb2313.zip
mail/mailscanner: remove optional dependency on expired security/bdc
-rw-r--r--mail/mailscanner/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile
index 818b4e35b863..196c842bda87 100644
--- a/mail/mailscanner/Makefile
+++ b/mail/mailscanner/Makefile
@@ -73,11 +73,10 @@ SUB_LIST= DATADIR=${DATADIR} \
ETC_FILES="${ETC_FILES}" \
MCP_FILES="${MCP_FILES}"
-OPTIONS_DEFINE= SPAMASSASSIN CLAMAV CLAMAVMODULE BDC DOCS
+OPTIONS_DEFINE= SPAMASSASSIN CLAMAV CLAMAVMODULE DOCS
SPAMASSASSIN_DESC= Install SpamAssassin
CLAMAV_DESC= Install ClamAV
CLAMAVMODULE_DESC= Install ClamAV Module
-BDC_DESC= Install BitDefender
OPTIONS_DEFAULT= SPAMASSASSIN CLAMAV
@@ -106,10 +105,6 @@ RUN_DEPENDS+= unrar:archivers/unrar \
lha:archivers/lha
.endif
-.if ${PORT_OPTIONS:MBDC}
-RUN_DEPENDS+= bdc:security/bdc
-.endif
-
# backwards compatibility
.if defined(NO_SPAMASSASSIN_SYMLINK)
WITHOUT_SPAMASSASSIN_SYMLINK=${NO_SPAMASSASSIN_SYMLINK}