- Fix dependency on ports libpcap by explicitly specifying shlib version

PR:		242332
Reported by:	lantw44@gmail.com
This commit is contained in:
Dmitry Marakasov 2021-02-19 22:53:06 +00:00
parent b4f97daaf3
commit 8350524402
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566105

View file

@ -3,7 +3,7 @@
PORTNAME= vde2
PORTVERSION= 2.3.2
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= SF/vde/${PORTNAME}/${PORTVERSION}
@ -13,7 +13,7 @@ COMMENT= User-mode virtual ethernet infrastructure
LICENSE= BSD3CLAUSE GPLv2 LGPL21
LICENSE_COMB= multi
LIB_DEPENDS= libpcap.so:net/libpcap
LIB_DEPENDS= libpcap.so.1:net/libpcap
USES= gmake libtool pathfix shebangfix ssl
USE_LDCONFIG= yes