summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-23 15:58:07 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-23 15:58:07 +0000
commit0b39b3dbf7c26a92a797f4fb44d644dd3d3061f4 (patch)
tree8e766b2df8cd92faa23810439ca574326dc8c229 /mail
parent- Update to 0.46 (diff)
Chase dependency of databases/sqlite2
Bump PORTREVISION Forgotten by: nork
Notes
Notes: svn path=/head/; revision=124992
Diffstat (limited to 'mail')
-rw-r--r--mail/dspam/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index 77991088f643..0e80aeb41ef6 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dspam
PORTVERSION= 3.2.3${SNAP_DATE}
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://people.tecnik93.com/~itetcu/FreeBSD/ports/dspam/sources/
DISTFILES= dspam.3.2.3.cvs.stable${SNAP_DATE}.tar.gz
@@ -342,7 +343,7 @@ DBDRV_COUNT:= ${DBDRV_COUNT:S/o//}
.if ${DBDRV_TOTAL_COUNT}==${DBDRV_COUNT} || defined(WITH_SQLITE)
WITH_SQLITE= on
-LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite
+LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2
CONFIGURE_ARGS+= --with-storage-driver=sqlite_drv \
--with-sqlite-includes=${LOCALBASE}/include \
--with-sqlite-libraries=${LOCALBASE}/lib