From owner-svn-ports-all@freebsd.org Tue Oct 11 08:38:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A082CC0C324; Tue, 11 Oct 2016 08:38:07 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CE98781; Tue, 11 Oct 2016 08:38:07 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B8c63A034502; Tue, 11 Oct 2016 08:38:06 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B8c6xi034501; Tue, 11 Oct 2016 08:38:06 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201610110838.u9B8c6xi034501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 11 Oct 2016 08:38:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423752 - head/devel/zeal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2016 08:38:07 -0000 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