svn commit: r424207 - branches/2016Q4/devel/zeal

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Oct 18 19:22:04 UTC 2016


Author: rakuco
Date: Tue Oct 18 19:22:03 2016
New Revision: 424207
URL: https://svnweb.freebsd.org/changeset/ports/424207

Log:
  MFH: r424102
  
  Add missing run-time dependency on the Qt SQLite3 plugin.
  
  Submitted by:	Timon <timon at timon.net.nz>
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q4/devel/zeal/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/devel/zeal/Makefile
==============================================================================
--- branches/2016Q4/devel/zeal/Makefile	Tue Oct 18 19:20:10 2016	(r424206)
+++ branches/2016Q4/devel/zeal/Makefile	Tue Oct 18 19:22:03 2016	(r424207)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zeal
 PORTVERSION=	0.2.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 x11extras \
-		buildtools_build
+		buildtools_build sql-sqlite3_run
 USE_XORG=	x11 xcb
 
 GH_ACCOUNT=	zealdocs


More information about the svn-ports-all mailing list