Chase dependency of databases/sqlite2
Bump PORTREVISION Forgotten by: nork
This commit is contained in:
parent
bc924db28f
commit
0b39b3dbf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124992
2 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue