Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2016 08:38:06 +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: r423752 - head/devel/zeal
Message-ID:  <201610110838.u9B8c6xi034501@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue Oct 11 08:38:06 2016
New Revision: 423752
URL: https://svnweb.freebsd.org/changeset/ports/423752

Log:
  Fix typo introduced in r423249.

Modified:
  head/devel/zeal/Makefile

Modified: head/devel/zeal/Makefile
==============================================================================
--- head/devel/zeal/Makefile	Tue Oct 11 08:22:57 2016	(r423751)
+++ head/devel/zeal/Makefile	Tue Oct 11 08:38:06 2016	(r423752)
@@ -18,7 +18,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 wigets x11extras \
+USE_QT5=	concurrent core gui network sql webkit widgets x11extras \
 		buildtools_build
 USE_XORG=	x11 xcb
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610110838.u9B8c6xi034501>