From 15c4a5ecf338d0133b87647ab773c6df26f3ea15 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Wed, 17 Sep 2014 07:38:15 +0000 Subject: Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports. There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) --- net-mgmt/collectd5/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net-mgmt/collectd5') diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index 625f44dee35d..b22f2c96d3a2 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -14,9 +14,11 @@ COMMENT= Systems & network statistics collection daemon LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl + USES= gmake pkgconfig tar:bzip2 libtool GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal autoconf autoheader automake libltdl libtoolize +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 -- cgit v1.2.3