diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-02-26 18:49:45 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-02-26 18:49:45 +0000 |
commit | f28f736cdfa9e2d52a2feeac9dbcd9850fb88544 (patch) | |
tree | 3b2b6c619062006cc37118e552f1d09e4fddcb23 /irc/xchat-gnome | |
parent | 4c230bd8274f9523dc2fb797319e8b7658b629d7 (diff) |
Notes
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r-- | irc/xchat-gnome/Makefile | 5 |
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 |