diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-07 03:02:43 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-07 03:02:43 +0800 |
commit | 5d0dd15ed84a891d305b16c82f173874c47f526d (patch) | |
tree | ccce585ee1687284f9a680cbfd6a1db0789f9176 /net | |
parent | 7eb112e2a5a7535679992ab04fc20918a884fb9f (diff) | |
download | freebsd-ports-gnome-5d0dd15ed84a891d305b16c82f173874c47f526d.tar.gz freebsd-ports-gnome-5d0dd15ed84a891d305b16c82f173874c47f526d.tar.zst freebsd-ports-gnome-5d0dd15ed84a891d305b16c82f173874c47f526d.zip |
Remove ${PORTSDIR}/ from DEPENDS line. Again.
Sponsored by: Absolight
Diffstat (limited to 'net')
-rw-r--r-- | net/sngrep/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 |