summaryrefslogtreecommitdiff
path: root/mail/dspam-devel
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-05-16 18:46:48 +0000
committerRenato Botelho <garga@FreeBSD.org>2014-05-16 18:46:48 +0000
commit18f3a2e6704475b51a993d6be54543aba535e608 (patch)
tree4c42e79393fddce8494704d73148f3bbd06eceaa /mail/dspam-devel
parentUpdate to 2.92. (diff)
Retire security/clamav-devel, clamav is not being updated that much nowadays,
so a -devel version is not required anymore. Also removed OPTIONS on other ports that pointed to clamav-devel as a dependency. Approved by: portmgr (implict)
Notes
Notes: svn path=/head/; revision=354254
Diffstat (limited to 'mail/dspam-devel')
-rw-r--r--mail/dspam-devel/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile
index ba283ea8eece..95acf8c1f80d 100644
--- a/mail/dspam-devel/Makefile
+++ b/mail/dspam-devel/Makefile
@@ -34,7 +34,7 @@ WRKSRC= ${WRKDIR}/dspam-${PORTVER_MAJ}
.endif
OPTIONS_DEFINE= SYSLOG DEBUG VERBOSE_DEBUG BNR_DEBUG PREF_EXT DAEMON \
- CLAMAV CLAMAV_DEVEL CLAMAV_LOCAL MYSQL_COMPRESS \
+ CLAMAV CLAMAV_LOCAL MYSQL_COMPRESS \
MYSQL_LOCAL PGSQL_LOCAL HASH EXTERNAL_LOOKUP \
USER_HOMEDIR TRUSTED_USERS VIRT_USERS LONG_USERNAMES \
LARGE_SCALE DOMAIN_SCALE NICESENDMAIL POSTFIX_MBC \
@@ -52,7 +52,6 @@ BNR_DEBUG_DESC= Debug for BNR
PREF_EXT_DESC= Preferences in database not in files
DAEMON_DESC= Daemonize dspam; speaks LMTP or DLMTP
CLAMAV_DESC= ClamAV support
-CLAMAV_DEVEL_DESC= ClamAV support
CLAMAV_LOCAL_DESC= RUN_DEPEND on selected ClamAV
MYSQL51_DESC= MySQL 5.1.x as back-end
MYSQL55_DESC= MySQL 5.5.x as back-end
@@ -191,15 +190,6 @@ SUB_LIST+= CLAMD=clamd
SUB_LIST+= CLAMD=
. endif
.endif
-.if ${PORT_OPTIONS:MCLAMAV_DEVEL}
-CONFIGURE_ARGS+= --enable-clamav
-. if ${PORT_OPTIONS:MCLAMAV_LOCAL}
-RUN_DEPENDS+= clamav-devel>=0:${PORTSDIR}/security/clamav-devel
-SUB_LIST+= CLAMD=clamd
-. else
-SUB_LIST+= CLAMD=
-. endif
-.endif
# we need to know if we are building statically or dynamicaly for the plist
_DBDRV_COUNT= # blank, but defined so we can check against it