diff options
| author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-03-11 10:52:40 +0000 | 
|---|---|---|
| committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-03-11 10:52:40 +0000 | 
| commit | e92308a31bcb18667293a30cadada4c8531bf4a4 (patch) | |
| tree | f3a53ce0b67a4477d24e4b742b06d44650209f50 /databases/qt4-sqlite3-plugin | |
| parent | Switch to USES=sqlite:2. (diff) | |
Switch to USES=sqlite:3.
There should be no functional change.
Diffstat (limited to 'databases/qt4-sqlite3-plugin')
| -rw-r--r-- | databases/qt4-sqlite3-plugin/Makefile | 2 | 
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"  | 
