diff --git a/net/sngrep/Makefile b/net/sngrep/Makefile index 02eaabf1e377..5dd5f1399df6 100644 --- a/net/sngrep/Makefile +++ b/net/sngrep/Makefile @@ -11,8 +11,8 @@ COMMENT= SIP Packet display and capture LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libncurses.so:${PORTSDIR}/devel/ncurses \ - libpcap.so:${PORTSDIR}/net/libpcap +LIB_DEPENDS= libncurses.so:devel/ncurses \ + libpcap.so:net/libpcap #CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include @@ -31,11 +31,11 @@ OPENSSL_USE= OPENSSL=yes PCRE_DESC= Adds Perl Compatible regex support PCRE_CONFIGURE_ON= --with-pcre -PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre UNICODE_DESC= Adds Ncurses UTF-8/Unicode support UNICODE_CONFIGURE_ON= --enable-unicode -UNICODE_LIB_DEPENDS= libncursesw.so:${PORTSDIR}/devel/ncurses +UNICODE_LIB_DEPENDS= libncursesw.so:devel/ncurses IPV6_DESC= Enable IPv6 packet capture support IPV6_CONFIGURE_ON= --enable-ipv6 diff --git a/sysutils/mcollective-puppet-agent/Makefile b/sysutils/mcollective-puppet-agent/Makefile index 43ad97b675c4..35f9b1e2eb31 100644 --- a/sysutils/mcollective-puppet-agent/Makefile +++ b/sysutils/mcollective-puppet-agent/Makefile @@ -7,7 +7,7 @@ COMMENT= MCollective agent to manage the Puppet Agent # See MASTERDIR for MAINTAINER. -RUN_DEPENDS= mcollective-puppet-common>=${PORTVERSION}:${PORTSDIR}/sysutils/mcollective-puppet-common +RUN_DEPENDS= mcollective-puppet-common>=${PORTVERSION}:sysutils/mcollective-puppet-common MASTERDIR= ${.CURDIR}/../mcollective-puppet-common diff --git a/sysutils/mcollective-puppet-client/Makefile b/sysutils/mcollective-puppet-client/Makefile index 5bef713cdd43..c8c308cbeaf7 100644 --- a/sysutils/mcollective-puppet-client/Makefile +++ b/sysutils/mcollective-puppet-client/Makefile @@ -6,7 +6,7 @@ COMMENT= MCollective client to manage the Puppet Agent # See MASTERDIR for MAINTAINER. -RUN_DEPENDS= mcollective-puppet-common>=${PORTVERSION}:${PORTSDIR}/sysutils/mcollective-puppet-common +RUN_DEPENDS= mcollective-puppet-common>=${PORTVERSION}:sysutils/mcollective-puppet-common MASTERDIR= ${.CURDIR}/../mcollective-puppet-common diff --git a/sysutils/mcollective-puppet-common/Makefile b/sysutils/mcollective-puppet-common/Makefile index 26c0299881cb..baa787bc4acf 100644 --- a/sysutils/mcollective-puppet-common/Makefile +++ b/sysutils/mcollective-puppet-common/Makefile @@ -9,7 +9,7 @@ COMMENT?= MCollective common files to manage the Puppet Agent LICENSE= APACHE20 -RUN_DEPENDS?= mcollective>=2:${PORTSDIR}/sysutils/mcollective +RUN_DEPENDS?= mcollective>=2:sysutils/mcollective USE_GITHUB= yes GH_ACCOUNT= puppetlabs