aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ganglia-monitor-core
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
commit597afc47baba19000afd8ec4880a2c47975b0367 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/ganglia-monitor-core
parent8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff)
downloadports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz
ports-597afc47baba19000afd8ec4880a2c47975b0367.zip
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412349
Diffstat (limited to 'sysutils/ganglia-monitor-core')
-rw-r--r--sysutils/ganglia-monitor-core/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/ganglia-monitor-core/Makefile b/sysutils/ganglia-monitor-core/Makefile
index 9f68647b6f6e..afd2b51c8e47 100644
--- a/sysutils/ganglia-monitor-core/Makefile
+++ b/sysutils/ganglia-monitor-core/Makefile
@@ -16,10 +16,10 @@ COMMENT= Ganglia cluster monitor, monitoring daemon
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libapr-1.so:${PORTSDIR}/devel/apr1 \
- libconfuse.so:${PORTSDIR}/devel/libconfuse \
- libpcre.so:${PORTSDIR}/devel/pcre \
- libexpat.so:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS= libapr-1.so:devel/apr1 \
+ libconfuse.so:devel/libconfuse \
+ libpcre.so:devel/pcre \
+ libexpat.so:textproc/expat2
OPTIONS_DEFINE= GMETAD
OPTIONS_DEFAULT= GMETAD
@@ -50,7 +50,7 @@ USE_RC_SUBR= gmond
.if ${PORT_OPTIONS:MGMETAD}
USE_RC_SUBR+= gmetad
-LIB_DEPENDS+= librrd.so:${PORTSDIR}/databases/rrdtool
+LIB_DEPENDS+= librrd.so:databases/rrdtool
CONFIGURE_ARGS+= --with-gmetad
PLIST_SUB+= GMETAD=""
SUB_LIST+= GMETAD=""