aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-06 15:59:09 +0800
committerbapt <bapt@FreeBSD.org>2013-07-06 15:59:09 +0800
commit67143bc225b1347386be1f87d132b887602226d3 (patch)
treeb1ae96041621da5b278f303628796e2cbe87da3d /net-mgmt
parent6efd93d33e1b9da253b0c61d7ba66a1f4458c502 (diff)
downloadfreebsd-ports-gnome-67143bc225b1347386be1f87d132b887602226d3.tar.gz
freebsd-ports-gnome-67143bc225b1347386be1f87d132b887602226d3.tar.zst
freebsd-ports-gnome-67143bc225b1347386be1f87d132b887602226d3.zip
Convert remanent USE_PKGCONFIG to USES=pkgconfig
While here convert: USE_ICONV -> USES=iconv USE_GMAKE -> USES=gmake USE_GNOME=gnomehack -> USES=pathfix some post-patch to USES=pathfix
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/collectd5/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile
index 5c5d4148cc7b..025dc54bb7db 100644
--- a/net-mgmt/collectd5/Makefile
+++ b/net-mgmt/collectd5/Makefile
@@ -10,11 +10,10 @@ MASTER_SITES= http://collectd.org/files/
MAINTAINER= ports@bsdserwis.com
COMMENT= Systems & network statistics collection daemon
+USES= gmake
USE_BZIP2= yes
-USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf autoheader automake libltdl
-WANT_GNOME= yes
LATEST_LINK= collectd5
@@ -310,7 +309,7 @@ PLIST_SUB+= RRDTOOL="@comment "
.endif
.if ${PORT_OPTIONS:MSTATGRAB}
-USE_PKGCONFIG= yes
+USES+= pkgconfig
LIB_DEPENDS+= statgrab:${PORTSDIR}/devel/libstatgrab
CONFIGURE_ENV+= LIBS="`pkg-config --libs libstatgrab`"
CONFIGURE_ARGS+=--with-libstatgrab=${LOCALBASE} \