aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2016-10-04 18:15:02 +0800
committerrakuco <rakuco@FreeBSD.org>2016-10-04 18:15:02 +0800
commita8064a6b5a8c55ba371e73be1e3967ed28010c87 (patch)
tree06ee13275b96dc8a058c51b7b13df9457f5a7067 /devel
parentf6fe556bf04024165478b9a5091d77e1a6466a76 (diff)
downloadfreebsd-ports-gnome-a8064a6b5a8c55ba371e73be1e3967ed28010c87.tar.gz
freebsd-ports-gnome-a8064a6b5a8c55ba371e73be1e3967ed28010c87.tar.zst
freebsd-ports-gnome-a8064a6b5a8c55ba371e73be1e3967ed28010c87.zip
Make the dependency on qt5-widgets explicit.
`make stage-qa` complained that the dependency on qt5-widgets had not been declared, so declare it now. There is no effect in practice though, as the port always ended up being installed as a dependency of other Qt5 ports. MFH: 2016Q3
Diffstat (limited to 'devel')
-rw-r--r--devel/zeal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/zeal/Makefile b/devel/zeal/Makefile
index 228c80f963c9..bbe385955cec 100644
--- a/devel/zeal/Makefile
+++ b/devel/zeal/Makefile
@@ -3,6 +3,7 @@
PORTNAME= zeal
PORTVERSION= 0.2.1
DISTVERSIONPREFIX=v
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= rakuco@FreeBSD.org
@@ -18,7 +19,7 @@ USES= compiler:c++11-lib desktop-file-utils libarchive \
pkgconfig qmake:outsource
USE_GL= gl # Dependency added by qt5-gui.
USE_GITHUB= yes
-USE_QT5= concurrent core gui network sql webkit x11extras \
+USE_QT5= concurrent core gui network sql webkit wigets x11extras \
buildtools_build
USE_XORG= x11 xcb