aboutsummaryrefslogtreecommitdiff
path: root/mail/dspam/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-22 19:13:51 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-22 19:13:51 +0000
commit7ee769930c78eba56f180fc3f925647f1befbe2c (patch)
tree88e70954372a53aed38daa5c377162fa4ebe7c0d /mail/dspam/Makefile
parent53e6a7c4511ca5196c8599e0aa087217b7753dda (diff)
downloadports-7ee769930c78eba56f180fc3f925647f1befbe2c.tar.gz
ports-7ee769930c78eba56f180fc3f925647f1befbe2c.zip
- Update to version 2.8.1
PR: 60509 Submitted by: Rob Evers <rob@debank.tv> (maintainer)
Notes
Notes: svn path=/head/; revision=96456
Diffstat (limited to 'mail/dspam/Makefile')
-rw-r--r--mail/dspam/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index 5fd25bc9a3aa..920ab1471c56 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dspam
-PORTVERSION= 2.8
+PORTVERSION= 2.8.1
CATEGORIES= mail
MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/
@@ -25,9 +25,11 @@ USE_MYSQL= yes
CONFIGURE_ARGS+= --with-storage-driver=mysql_drv \
--with-mysql-includes=${LOCALBASE}/include/mysql \
--with-mysql-libraries=${LOCALBASE}/lib/mysql
+PLIST_SUB+= DB4="@comment "
.else
LIB_DEPENDS= db41.1:${PORTSDIR}/databases/db41
CONFIGURE_ARGS+= --with-db4-includes=${LOCALBASE}/include/db41
+PLIST_SUB+= DB4=""
.endif
.if defined(WITH_MAILDROP)