aboutsummaryrefslogtreecommitdiffstats
path: root/irc/xchat-gnome
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2012-02-27 02:49:45 +0800
committerjpaetzel <jpaetzel@FreeBSD.org>2012-02-27 02:49:45 +0800
commitdc60e01cd284bfb0f69a133408449c0749febbbd (patch)
tree3147a9ef52b831f7cee746e7bb82864bdd952cf6 /irc/xchat-gnome
parentcde0c667b826e3fdbb22b1812de4779c204d534c (diff)
downloadfreebsd-ports-gnome-dc60e01cd284bfb0f69a133408449c0749febbbd.tar.gz
freebsd-ports-gnome-dc60e01cd284bfb0f69a133408449c0749febbbd.tar.zst
freebsd-ports-gnome-dc60e01cd284bfb0f69a133408449c0749febbbd.zip
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
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r--irc/xchat-gnome/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
index f7403a119c5a..fc0ee8507e92 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