aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2004-12-23 16:25:47 +0800
committernork <nork@FreeBSD.org>2004-12-23 16:25:47 +0800
commit16b1473343c6911543ca2b47dce5cb2d82ac3ae9 (patch)
treefea9d597446ad6fa964daa01712305da2e3ceebc /mail
parent494673c8bab2ba497a9226287180fe78c994b9c6 (diff)
downloadfreebsd-ports-gnome-16b1473343c6911543ca2b47dce5cb2d82ac3ae9.tar.gz
freebsd-ports-gnome-16b1473343c6911543ca2b47dce5cb2d82ac3ae9.tar.zst
freebsd-ports-gnome-16b1473343c6911543ca2b47dce5cb2d82ac3ae9.zip
Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports
Diffstat (limited to 'mail')
-rw-r--r--mail/dspam-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/dspam-devel/Makefile b/mail/dspam-devel/Makefile
index 48e06154b27e..47f4bb49f219 100644
--- a/mail/dspam-devel/Makefile
+++ b/mail/dspam-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dspam-devel
PORTVERSION= ${PORTVER_MAJ}${SNAP_DATE}
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://people.tecnik93.com/~itetcu/FreeBSD/ports/dspam-devel/sources/
DISTFILES= ${PORTNAME}.${PORTVERSION}.tar.gz
@@ -338,7 +339,7 @@ DBDRV_COUNT:= ${DBDRV_COUNT:S/o//}
.if ${DBDRV_TOTAL_COUNT}==${DBDRV_COUNT} || defined(WITH_SQLITE)
# DBDRV_COUNT==!(defined(WITH_MYSQL) || defined(WITH_POSTGRESQL73) || defined(WITH_POSTGRESQL74) || defined(WITH_ORACLE) || defined(WITH_BDB))
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