Index: head/databases/qt4-sqlite3-plugin/Makefile =================================================================== --- head/databases/qt4-sqlite3-plugin/Makefile (revision 410821) +++ head/databases/qt4-sqlite3-plugin/Makefile (revision 410822) @@ -1,10 +1,10 @@ # Created by: Michael Nottebrock # $FreeBSD$ PORTREVISION= 1 COMMENT= Qt SQLite 3 database plugin DB= sqlite -USE_SQLITE= 3 +USES= sqlite:3 .include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"