diff options
Diffstat (limited to 'mail/dspam-devel/Makefile')
-rw-r--r-- | mail/dspam-devel/Makefile | 12 |
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 |