aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2008-05-09 22:23:03 +0800
committeritetcu <itetcu@FreeBSD.org>2008-05-09 22:23:03 +0800
commit1f3504c10446bc0f346f5567e3bc2339bb02352c (patch)
treeef4fa7f86ce84fdc8b0aa2be1be7e2b6e9e44aed /net-mgmt
parentaa9b4f5770967657d90d95878fc444778ea3e664 (diff)
downloadfreebsd-ports-gnome-1f3504c10446bc0f346f5567e3bc2339bb02352c.tar.gz
freebsd-ports-gnome-1f3504c10446bc0f346f5567e3bc2339bb02352c.tar.zst
freebsd-ports-gnome-1f3504c10446bc0f346f5567e3bc2339bb02352c.zip
- glib is pulled by xmms so don't depend explicitly on it
- get xmms cflsgs from xmms-config
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/collectd/Makefile3
-rw-r--r--net-mgmt/collectd5/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile
index 963f02ca400f..127d87239aef 100644
--- a/net-mgmt/collectd/Makefile
+++ b/net-mgmt/collectd/Makefile
@@ -145,10 +145,9 @@ PLIST_SUB+= SNMP="@comment "
.endif
.if defined(WITH_XMMS)
-USE_GNOME+= _glib20
LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms
CONFIGURE_ARGS+=--enable-xmms
-CFLAGS+= `pkg-config glib --cflags`
+CFLAGS+= `xmms-config --cflags`
PLIST_SUB+= XMMS=""
.else
CONFIGURE_ARGS+=--disable-xmms
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile
index 963f02ca400f..127d87239aef 100644
--- a/net-mgmt/collectd5/Makefile
+++ b/net-mgmt/collectd5/Makefile
@@ -145,10 +145,9 @@ PLIST_SUB+= SNMP="@comment "
.endif
.if defined(WITH_XMMS)
-USE_GNOME+= _glib20
LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms
CONFIGURE_ARGS+=--enable-xmms
-CFLAGS+= `pkg-config glib --cflags`
+CFLAGS+= `xmms-config --cflags`
PLIST_SUB+= XMMS=""
.else
CONFIGURE_ARGS+=--disable-xmms