svn commit: r410822 - head/databases/qt4-sqlite3-plugin

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Mar 11 10:52:42 UTC 2016


Author: rakuco
Date: Fri Mar 11 10:52:40 2016
New Revision: 410822
URL: https://svnweb.freebsd.org/changeset/ports/410822

Log:
  Switch to USES=sqlite:3.
  
  There should be no functional change.

Modified:
  head/databases/qt4-sqlite3-plugin/Makefile

Modified: head/databases/qt4-sqlite3-plugin/Makefile
==============================================================================
--- head/databases/qt4-sqlite3-plugin/Makefile	Fri Mar 11 10:45:42 2016	(r410821)
+++ head/databases/qt4-sqlite3-plugin/Makefile	Fri Mar 11 10:52:40 2016	(r410822)
@@ -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"


More information about the svn-ports-all mailing list