aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2012-02-26 18:49:45 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2012-02-26 18:49:45 +0000
commitf28f736cdfa9e2d52a2feeac9dbcd9850fb88544 (patch)
tree3b2b6c619062006cc37118e552f1d09e4fddcb23 /irc
parent4c230bd8274f9523dc2fb797319e8b7658b629d7 (diff)
downloadports-f28f736cdfa9e2d52a2feeac9dbcd9850fb88544.tar.gz
ports-f28f736cdfa9e2d52a2feeac9dbcd9850fb88544.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
Notes
Notes: svn path=/head/; revision=292279
Diffstat (limited to 'irc')
-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