summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-10-17 09:37:02 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-10-17 09:37:02 +0000
commitf741987b206881e6167ce14a9281ff21eb8df960 (patch)
tree4cd0c7d7b03408244e4db852f141704aa7b32908
parentsecurity/py-{acme,certbot}: Update to 0.9.3 (diff)
Add missing run-time dependency on the Qt SQLite3 plugin.
Submitted by: Timon <timon@timon.net.nz> MFH: 2016Q4
Notes
Notes: svn path=/head/; revision=424102
-rw-r--r--devel/zeal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/zeal/Makefile b/devel/zeal/Makefile
index d4f708414c36..3f18343de9ed 100644
--- a/devel/zeal/Makefile
+++ b/devel/zeal/Makefile
@@ -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-utils libarchive \
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