svn commit: r423752 - head/devel/zeal

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Oct 11 08:38:07 UTC 2016


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
 


More information about the svn-ports-all mailing list