From owner-svn-ports-all@FreeBSD.ORG Mon Feb 24 12:47:38 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7ED9290D; Mon, 24 Feb 2014 12:47:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6887B11BE; Mon, 24 Feb 2014 12:47:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1OClcB4011921; Mon, 24 Feb 2014 12:47:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1OClc3Y011920; Mon, 24 Feb 2014 12:47:38 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201402241247.s1OClc3Y011920@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 24 Feb 2014 12:47:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345825 - head/x11/xrestop 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.17 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: Mon, 24 Feb 2014 12:47:38 -0000 Author: bapt Date: Mon Feb 24 12:47:37 2014 New Revision: 345825 URL: http://svnweb.freebsd.org/changeset/ports/345825 QAT: https://qat.redports.org/buildarchive/r345825/ Log: USE_GMAKE -> USES=gmake Modified: head/x11/xrestop/Makefile Modified: head/x11/xrestop/Makefile ============================================================================== --- head/x11/xrestop/Makefile Mon Feb 24 12:44:19 2014 (r345824) +++ head/x11/xrestop/Makefile Mon Feb 24 12:47:37 2014 (r345825) @@ -10,9 +10,8 @@ MASTER_SITES= http://projects.o-hand.com MAINTAINER= bland@FreeBSD.org COMMENT= X11 server side resource usage statistics monitor -USES= pkgconfig ncurses +USES= gmake pkgconfig ncurses USE_XORG= x11 xext xrender xt xres xproto -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= XLIBS="-L${LOCALBASE}/lib -lX11"