svn commit: r326087 - head/net-mgmt/zenoss

Antoine Brodin antoine at FreeBSD.org
Mon Sep 2 20:51:26 UTC 2013


Author: antoine
Date: Mon Sep  2 20:51:26 2013
New Revision: 326087
URL: http://svnweb.freebsd.org/changeset/ports/326087

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

Modified:
  head/net-mgmt/zenoss/Makefile

Modified: head/net-mgmt/zenoss/Makefile
==============================================================================
--- head/net-mgmt/zenoss/Makefile	Mon Sep  2 20:42:58 2013	(r326086)
+++ head/net-mgmt/zenoss/Makefile	Mon Sep  2 20:51:26 2013	(r326087)
@@ -30,7 +30,7 @@ OPTIONS_DEFAULT=	BASH
 
 USE_RC_SUBR=	zenoss
 USE_MYSQL=	client
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_OPENSSL=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+


More information about the svn-ports-all mailing list