Skip to content

Commit

Permalink
Remove optional build dep on net/socks5, which is exiting the ports t…
Browse files Browse the repository at this point in the history
…ree.

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

PR:	ports/165086
Submitted by:	jpaetzel
  • Loading branch information
jpaetzel authored and jpaetzel committed Feb 26, 2012
1 parent 371a9f1 commit 8439c19
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions irc/xchat-gnome/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 8439c19

Please sign in to comment.