svn commit: r326343 - head/x11/nvidia-settings

Antoine Brodin antoine at FreeBSD.org
Thu Sep 5 05:24:24 UTC 2013


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
 


More information about the svn-ports-all mailing list