From 8439c19ecac545c0afa59732607281764e636f63 Mon Sep 17 00:00:00 2001 From: jpaetzel Date: Sun, 26 Feb 2012 18:49:45 +0000 Subject: [PATCH] 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 --- irc/xchat-gnome/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index f7403a119c5a0..fc0ee8507e922 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -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