diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-25 16:13:38 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-25 16:13:38 +0000 |
commit | 21bc5c0345300431d6e3edc6c43d743c61fc7b5e (patch) | |
tree | 2cf1a158cf8540bcd6bed759d4e35240e31330bb /databases/luadbi | |
parent | 5fe67ba9212540bea871dfec487d380ec3079f21 (diff) | |
download | ports-21bc5c0345300431d6e3edc6c43d743c61fc7b5e.tar.gz ports-21bc5c0345300431d6e3edc6c43d743c61fc7b5e.zip |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
Notes
Notes:
svn path=/head/; revision=414014
Diffstat (limited to 'databases/luadbi')
-rw-r--r-- | databases/luadbi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/luadbi/Makefile b/databases/luadbi/Makefile index e6ff4522f8b5..deff14ea3554 100644 --- a/databases/luadbi/Makefile +++ b/databases/luadbi/Makefile @@ -35,7 +35,7 @@ MYSQL_CFLAGS= -I ${LOCALBASE}/include/mysql MYSQL_ALL_TARGET= mysql MYSQL_PLIST_FILES= %%LUA_MODLIBDIR%%/dbdmysql.so -SQLITE3_USE= SQLITE=3 +SQLITE3_USES= sqlite:3 SQLITE3_ALL_TARGET= sqlite3 SQLITE3_PLIST_FILES= %%LUA_MODLIBDIR%%/dbdsqlite3.so |