mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Remove dependancy on net/socks5 in preperation for that port's removal from
the ports tree.
This commit is contained in:
parent
6f2296f0c8
commit
9902b794c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291266
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= pavuk
|
||||
PORTVERSION= 0.9.35
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= ftp www
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -46,10 +46,6 @@ CONFIGURE_ARGS+= --disable-gtk
|
||||
|
||||
.if defined(WITH_DANTE)
|
||||
LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante
|
||||
CONFIGURE_ARGS+= --with-socks-includes=${LOCALBASE}/include \
|
||||
--with-socks-libraries=${LOCALBASE}/lib
|
||||
.elif defined(WITH_SOCKS5)
|
||||
BUILD_DEPENDS+=${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
||||
CONFIGURE_ARGS+= --with-socks-includes=${LOCALBASE}/include \
|
||||
--with-socks-libraries=${LOCALBASE}/lib
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user