From 21bc5c0345300431d6e3edc6c43d743c61fc7b5e Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 25 Apr 2016 16:13:38 +0000 Subject: 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 --- www/kannel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/kannel') diff --git a/www/kannel/Makefile b/www/kannel/Makefile index 8dc4a12e91e9..581b9f6e513c 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -39,7 +39,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -pthread OPTIONS_DEFINE= MYSQL PGSQL SQLITE3 OPTIONS_DEFAULT= MYSQL -SQLITE3_USE= SQLITE=3 +SQLITE3_USES= sqlite:3 SQLITE3_CONFIGURE_WITH= sqlite3 MYSQL_USE= MYSQL=yes -- cgit v1.2.3