Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2014 12:47:38 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345825 - head/x11/xrestop
Message-ID:  <201402241247.s1OClc3Y011920@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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