Date: Tue, 4 Oct 2016 10:15: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: r423249 - head/devel/zeal Message-ID: <201610041015.u94AF2u3005381@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Tue Oct 4 10:15:02 2016 New Revision: 423249 URL: https://svnweb.freebsd.org/changeset/ports/423249 Log: 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 Modified: head/devel/zeal/Makefile Modified: head/devel/zeal/Makefile ============================================================================== --- head/devel/zeal/Makefile Tue Oct 4 09:55:54 2016 (r423248) +++ head/devel/zeal/Makefile Tue Oct 4 10:15:02 2016 (r423249) @@ -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-u 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610041015.u94AF2u3005381>