summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-03-11 10:52:40 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-03-11 10:52:40 +0000
commite92308a31bcb18667293a30cadada4c8531bf4a4 (patch)
treef3a53ce0b67a4477d24e4b742b06d44650209f50
parentSwitch to USES=sqlite:2. (diff)
Switch to USES=sqlite:3.
There should be no functional change.
Notes
Notes: svn path=/head/; revision=410822
-rw-r--r--databases/qt4-sqlite3-plugin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/qt4-sqlite3-plugin/Makefile b/databases/qt4-sqlite3-plugin/Makefile
index 02dba0a693c1..0ef4f1287ddb 100644
--- a/databases/qt4-sqlite3-plugin/Makefile
+++ b/databases/qt4-sqlite3-plugin/Makefile
@@ -5,6 +5,6 @@ PORTREVISION= 1
COMMENT= Qt SQLite 3 database plugin
DB= sqlite
-USE_SQLITE= 3
+USES= sqlite:3
.include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"