svn commit: r423249 - head/devel/zeal

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Oct 4 10:15:03 UTC 2016


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 at 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
 


More information about the svn-ports-all mailing list