From c73ccc788ebcd22b694504d943897436e3ff05eb Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Tue, 4 Oct 2016 10:15:02 +0000 Subject: 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 --- devel/zeal/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3