svn commit: r369935 - head/net-mgmt/collectd5
Tijl Coosemans
tijl at FreeBSD.org
Fri Oct 3 19:45:49 UTC 2014
Author: tijl
Date: Fri Oct 3 19:45:48 2014
New Revision: 369935
URL: https://svnweb.freebsd.org/changeset/ports/369935
QAT: https://qat.redports.org/buildarchive/r369935/
Log:
- Replace USE_AUTOTOOLS with USES=autoreconf
- Move BUILD_DEPENDS up
Modified:
head/net-mgmt/collectd5/Makefile
Modified: head/net-mgmt/collectd5/Makefile
==============================================================================
--- head/net-mgmt/collectd5/Makefile Fri Oct 3 19:40:51 2014 (r369934)
+++ head/net-mgmt/collectd5/Makefile Fri Oct 3 19:45:48 2014 (r369935)
@@ -14,14 +14,12 @@ COMMENT= Systems & network statistics co
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
More information about the svn-ports-head
mailing list