diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-mgmt/icinga2 | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'net-mgmt/icinga2')
-rw-r--r-- | net-mgmt/icinga2/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile index a47a0b0bcdf8..b20e2e28e39a 100644 --- a/net-mgmt/icinga2/Makefile +++ b/net-mgmt/icinga2/Makefile @@ -10,10 +10,10 @@ COMMENT= Monitoring and management system for hosts, services and networks LICENSE= GPLv2 -LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ - libyajl.so:${PORTSDIR}/devel/yajl \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo # for better debugging -RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libyajl.so:devel/yajl \ + libexecinfo.so:devel/libexecinfo # for better debugging +RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= icinga @@ -31,8 +31,8 @@ OPTIONS_RADIO_PLUGINS= MONPLUGINS NAGPLUGINS OPTIONS_DEFAULT= MYSQL PGSQL MONPLUGINS -MONPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/monitoring-plugins -NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins +MONPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/monitoring-plugins +NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/nagios-plugins MYSQL_CMAKE_ON= -DICINGA2_WITH_MYSQL:BOOL=true PGSQL_CMAKE_ON= -DICINGA2_WITH_PGSQL:BOOL=true @@ -81,7 +81,7 @@ PLIST_SUB+= DBBACKEND="" .endif .if ${OSVERSION} < 1000033 -BUILD_DEPENDS+= flex>=2.5.31:${PORTSDIR}/textproc/flex +BUILD_DEPENDS+= flex>=2.5.31:textproc/flex CMAKE_ARGS+= -DFLEX_EXECUTABLE:STRING=${LOCALBASE}/bin/flex CXXFLAGS+= -I${LOCALBASE}/include/flex .endif |