svn commit: r345825 - head/x11/xrestop

Baptiste Daroussin bapt at FreeBSD.org
Mon Feb 24 12:47:38 UTC 2014


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 at 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"


More information about the svn-ports-head mailing list