svn commit: r411153 - head/finance/skrooge

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Mar 15 11:57:30 UTC 2016


Author: rakuco
Date: Tue Mar 15 11:57:28 2016
New Revision: 411153
URL: https://svnweb.freebsd.org/changeset/ports/411153

Log:
  Switch to USES=sqlite:3.

Modified:
  head/finance/skrooge/Makefile

Modified: head/finance/skrooge/Makefile
==============================================================================
--- head/finance/skrooge/Makefile	Tue Mar 15 11:32:55 2016	(r411152)
+++ head/finance/skrooge/Makefile	Tue Mar 15 11:57:28 2016	(r411153)
@@ -14,8 +14,7 @@ LIB_DEPENDS=	libofx.so:${PORTSDIR}/finan
 		libgrantlee_gui.so:${PORTSDIR}/devel/grantlee \
 		libkactivities.so:${PORTSDIR}/x11/kactivities
 
-USES=		cmake:outsource gettext shared-mime-info tar:xz
-USE_SQLITE=	yes
+USES=		cmake:outsource gettext shared-mime-info sqlite:3 tar:xz
 USE_QT4=	qmake_build moc_build uic_build rcc_build designer_build \
 		corelib dbus gui script sql webkit xml sql-sqlite3_run
 USE_KDE4=	automoc4 kdelibs kdeprefix pimlibs


More information about the svn-ports-all mailing list