diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-03-12 07:32:41 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-03-12 07:32:41 +0000 |
commit | 9481381e4adc14ecdb6a639188718713a30f5e56 (patch) | |
tree | dbbc94ecdc458c952c4eb1c141fa33e1098fab82 /irc/bitchx | |
parent | 5bf08f538028f9b20e2792fcbda16f970386f24c (diff) |
Remove optional dep on net/socks5
PR: ports/165385
Approved by: maintainer timeout
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=293154
Diffstat (limited to 'irc/bitchx')
-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 |