mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Update kannel to support a database by default, this is required by kannel-sqlbox
PR: 173889 Submitted by: dbaio <dbaio@bsd.com.br> (maintainer)
This commit is contained in:
parent
d327aaa9cc
commit
fb6ccba23b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388883
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= kannel
|
||||
PORTVERSION= 1.4.4
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.kannel.org/download/${PORTVERSION}/
|
||||
@ -36,6 +37,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -pthread
|
||||
|
||||
OPTIONS_DEFINE= MYSQL PGSQL SQLITE3
|
||||
OPTIONS_DEFAULT= MYSQL
|
||||
|
||||
SQLITE3_USE= SQLITE=3
|
||||
SQLITE3_CONFIGURE_WITH= sqlite3
|
||||
|
Loading…
Reference in New Issue
Block a user