1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Remove ${PORTSDIR}/ from DEPENDS line. Again.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-04-06 19:02:43 +00:00
parent 7eb112e2a5
commit 5d0dd15ed8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412639
4 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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