diff options
author | jpaetzel <jpaetzel@FreeBSD.org> | 2012-03-12 15:32:41 +0800 |
---|---|---|
committer | jpaetzel <jpaetzel@FreeBSD.org> | 2012-03-12 15:32:41 +0800 |
commit | c42f4c63e0b6bac5249683199305d1c5c2e6495a (patch) | |
tree | b7f3fbaa21328c7f1a57fc4493b1b5482b18bfff /irc/bitchx/Makefile | |
parent | 36452bb9d106bf997f975e4e521d725e5e38c497 (diff) | |
download | freebsd-ports-gnome-c42f4c63e0b6bac5249683199305d1c5c2e6495a.tar.gz freebsd-ports-gnome-c42f4c63e0b6bac5249683199305d1c5c2e6495a.tar.zst freebsd-ports-gnome-c42f4c63e0b6bac5249683199305d1c5c2e6495a.zip |
Remove optional dep on net/socks5
PR: ports/165385
Approved by: maintainer timeout
Feature safe: yes
Diffstat (limited to 'irc/bitchx/Makefile')
-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 |