diff options
-rw-r--r-- | lang/munger/Makefile | 3 | ||||
-rw-r--r-- | mail/dspam/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/munger/Makefile b/lang/munger/Makefile index d574294d354c..7e0022a8c2d7 100644 --- a/lang/munger/Makefile +++ b/lang/munger/Makefile @@ -7,6 +7,7 @@ PORTNAME= munger PORTVERSION= 4.38 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://jamesbailie.com/ @@ -16,7 +17,7 @@ COMMENT= Static LISP interpreter with text processing abilities LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 .if defined(WITH_SQL) -LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite +LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2 .endif .if defined(WITH_FCGI) 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 |