svn commit: r424102 - head/devel/zeal

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Oct 17 09:37:03 UTC 2016


Author: rakuco
Date: Mon Oct 17 09:37:02 2016
New Revision: 424102
URL: https://svnweb.freebsd.org/changeset/ports/424102

Log:
  Add missing run-time dependency on the Qt SQLite3 plugin.
  
  Submitted by:	Timon <timon at timon.net.nz>
  MFH:		2016Q4

Modified:
  head/devel/zeal/Makefile

Modified: head/devel/zeal/Makefile
==============================================================================
--- head/devel/zeal/Makefile	Mon Oct 17 09:14:48 2016	(r424101)
+++ head/devel/zeal/Makefile	Mon Oct 17 09:37:02 2016	(r424102)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zeal
 PORTVERSION=	0.3.1
+PORTREVISION=	1
 DISTVERSIONPREFIX=v
 CATEGORIES=	devel
 
@@ -19,7 +20,7 @@ USES=		compiler:c++11-lib desktop-file-u
 USE_GL=		gl  # Dependency added by qt5-gui.
 USE_GITHUB=	yes
 USE_QT5=	concurrent core gui network sql webkit widgets x11extras \
-		buildtools_build
+		buildtools_build sql-sqlite3_run
 USE_XORG=	x11 xcb
 
 GH_ACCOUNT=	zealdocs


More information about the svn-ports-all mailing list