diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-03 19:45:48 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-03 19:45:48 +0000 |
commit | af2ecdfd712e7bcaa741dfef58e43644a15bc112 (patch) | |
tree | a18a512432018956aaa482a3e19aa42906ef2bf4 /net-mgmt/collectd5 | |
parent | 6615a3e00c6bec1883b370b92625b0c053fd1656 (diff) | |
download | ports-af2ecdfd712e7bcaa741dfef58e43644a15bc112.tar.gz ports-af2ecdfd712e7bcaa741dfef58e43644a15bc112.zip |
Notes
Diffstat (limited to 'net-mgmt/collectd5')
-rw-r--r-- | net-mgmt/collectd5/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index b22f2c96d3a2..b50209ee8a87 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -14,14 +14,12 @@ COMMENT= Systems & network statistics collection daemon LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +# Only autoreconf stage and sigrok plugin need GLIB: +BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/glib-2.0.m4:${PORTSDIR}/devel/glib20 LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl -USES= gmake pkgconfig tar:bzip2 libtool +USES= autoreconf gmake libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize - -# Only autoconf stage and sigrok plugin need GLIB: -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc:${PORTSDIR}/devel/glib20 OPTIONS_DEFINE= CGI DEBUG GCRYPT VIRT OPTIONS_GROUP= INPUT OUTPUT |