Remove optional build dep on net/socks5, which is exiting the ports tree.

SOCKS5 functionality could be restored by adapting this port to use
net/dante

PR:	ports/165086
Submitted by:	jpaetzel
This commit is contained in:
Josh Paetzel 2012-02-26 18:49:45 +00:00
parent 4c230bd827
commit f28f736cdf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292279

View file

@ -47,11 +47,6 @@ CONFIGURE_ARGS+=--disable-dbus
PLIST_SUB+= DBUS="@comment "
.endif
.if defined(WITH_SOCKS)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
CONFIGURE_ARGS+= --enable-socks
.endif
.if !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.endif