Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2016 09:37:02 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424102 - head/devel/zeal
Message-ID:  <201610170937.u9H9b2D6061626@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610170937.u9H9b2D6061626>