Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 05:24:24 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326343 - head/x11/nvidia-settings
Message-ID:  <201309050524.r855OOpY044598@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Sep  5 05:24:24 2013
New Revision: 326343
URL: http://svnweb.freebsd.org/changeset/ports/326343

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/x11/nvidia-settings/Makefile

Modified: head/x11/nvidia-settings/Makefile
==============================================================================
--- head/x11/nvidia-settings/Makefile	Thu Sep  5 05:22:06 2013	(r326342)
+++ head/x11/nvidia-settings/Makefile	Thu Sep  5 05:24:24 2013	(r326343)
@@ -18,7 +18,7 @@ LICENSE=	GPLv2
 
 USE_BZIP2=	yes
 USE_GNOME=	gtk20
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GL=		gl
 USE_XORG=	xv xext
 



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