diff options
Diffstat (limited to 'sysutils/ganglia-monitor-core/Makefile')
-rw-r--r-- | sysutils/ganglia-monitor-core/Makefile | 10 |
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="" |