diff options
-rw-r--r-- | irc/bitchx/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 0d00cbf409ed..db701bb7db10 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -34,7 +34,6 @@ OPTIONS= ESOUND "Enable EsounD support" off \ IPV6 "Enable IPv6 support" off \ LATIN "Recommended for an ISO-8859-1 display" off \ PLUGINS "Build handful of BitchX plugins" off \ - SOCKS5 "Enable SOCKS5 proxy support" off \ SSL "Enable SSL support" off \ XMMS "Build XMMS plugin" off @@ -71,11 +70,6 @@ LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms CONFIGURE_ARGS+=--enable-ipv6 .endif -.if defined(WITH_SOCKS5) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -CONFIGURE_ARGS+= --with-socks5=${LOCALBASE} -.endif - .if defined(WITH_PLUGINS) PLUGINS=\ abot,acro,arcfour,autocycle,blowfish,encrypt,fserv,hint,pkga,possum,qbx,qmail,scan,wavplay |