svn commit: r325936 - head/net-mgmt/collectd5

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 05:40:38 UTC 2013


Author: bapt
Date: Mon Sep  2 05:40:37 2013
New Revision: 325936
URL: http://svnweb.freebsd.org/changeset/ports/325936

Log:
  Add an explicit dependency on pkgconfig
  Fix missing description for the NOTIFYEMAIL option

Modified:
  head/net-mgmt/collectd5/Makefile

Modified: head/net-mgmt/collectd5/Makefile
==============================================================================
--- head/net-mgmt/collectd5/Makefile	Mon Sep  2 05:36:56 2013	(r325935)
+++ head/net-mgmt/collectd5/Makefile	Mon Sep  2 05:40:37 2013	(r325936)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://collectd.org/files/
 MAINTAINER=	ports at bsdserwis.com
 COMMENT=	Systems & network statistics collection daemon
 
-USES=		gmake
+USES=		gmake pkgconfig
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	autoconf autoheader automake libltdl
@@ -27,6 +27,7 @@ GCRYPT_DESC=		Build with libgcrypt
 JSON_DESC=		Enable JSON plugins
 MEMCACHEC_DESC=		Enable memcachec plugin
 MODBUS_DESC=		Enable modbus plugin
+NOTIFYEMAIL_DESC=	Mail notification
 MYSQL_DESC=		Enable mysql-based plugins
 NUTUPS_DESC=		Enable nut (ups) plugin
 PGSQL_DESC=		Enable postgresql-based plugins


More information about the svn-ports-all mailing list