From owner-svn-ports-all@freebsd.org Tue May 3 03:03:06 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 77817B2B466; Tue, 3 May 2016 03:03:06 +0000 (UTC) (envelope-from cy@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 4921F166B; Tue, 3 May 2016 03:03:06 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u43335jI053277; Tue, 3 May 2016 03:03:05 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u433350a053276; Tue, 3 May 2016 03:03:05 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201605030303.u433350a053276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 3 May 2016 03:03:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414507 - head/sysutils/xdu 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.22 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, 03 May 2016 03:03:06 -0000 Author: cy Date: Tue May 3 03:03:05 2016 New Revision: 414507 URL: https://svnweb.freebsd.org/changeset/ports/414507 Log: Make USES look proper. Modified: head/sysutils/xdu/Makefile Modified: head/sysutils/xdu/Makefile ============================================================================== --- head/sysutils/xdu/Makefile Tue May 3 01:51:35 2016 (r414506) +++ head/sysutils/xdu/Makefile Tue May 3 03:03:05 2016 (r414507) @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= vlasovskikh GH_PROJECT= xdu -USES= imake tar +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt PLIST_FILES= bin/xdu lib/X11/app-defaults/XDu man/man1/xdu.1.gz