diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 13:40:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 13:40:37 +0800 |
commit | c2ec996ddec2412e5140b829f58ba8dd3bb0a038 (patch) | |
tree | d3e62bc3ad91025687c4405359c6c92d0b2468d5 /net-mgmt/collectd5 | |
parent | 7db60dadd005e47f59d03a0c17008cd32f65dff2 (diff) | |
download | freebsd-ports-gnome-c2ec996ddec2412e5140b829f58ba8dd3bb0a038.tar.gz freebsd-ports-gnome-c2ec996ddec2412e5140b829f58ba8dd3bb0a038.tar.zst freebsd-ports-gnome-c2ec996ddec2412e5140b829f58ba8dd3bb0a038.zip |
Add an explicit dependency on pkgconfig
Fix missing description for the NOTIFYEMAIL option
Diffstat (limited to 'net-mgmt/collectd5')
-rw-r--r-- | net-mgmt/collectd5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index 81378101ff55..001323cd0dda 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://collectd.org/files/ MAINTAINER= ports@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 |