diff options
author | jpaetzel <jpaetzel@FreeBSD.org> | 2012-02-27 02:44:12 +0800 |
---|---|---|
committer | jpaetzel <jpaetzel@FreeBSD.org> | 2012-02-27 02:44:12 +0800 |
commit | 0aa5cc33673c642c6424a06224bd5f78cdbffbd3 (patch) | |
tree | 9a1de62fffc5388e30ea393a401055d74bf74082 /irc | |
parent | 76ecb615acbe3fbe7093ccada3f77c90da7c603f (diff) | |
download | freebsd-ports-gnome-0aa5cc33673c642c6424a06224bd5f78cdbffbd3.tar.gz freebsd-ports-gnome-0aa5cc33673c642c6424a06224bd5f78cdbffbd3.tar.zst freebsd-ports-gnome-0aa5cc33673c642c6424a06224bd5f78cdbffbd3.zip |
Remove optional dep on net/socks5, which is exiting the ports tree. With a bit
of mangling SOCKS5 functionality could be resurrected with net/dante
PR: ports/165097
Submitted by: jpaetzel
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index a1a5f7f9c763..e7192bd329ca 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -36,8 +36,7 @@ OPTIONS= DBUS "Enable DBUS support" on \ NOTIFY "Depend on libnotify for notifications" off \ PERL "Enable Perl support" on \ PYTHON "Enable Python support" off \ - TCL "Enable TCL support" off \ - SOCKS "Build with socks5 support" off + TCL "Enable TCL support" off .if defined(WITH_PYTHON) USE_PYTHON= yes @@ -113,12 +112,6 @@ CONFIGURE_ARGS+=--enable-tcl=no PLIST_SUB+= TCL="@comment " .endif -.if defined(WITH_SOCKS) -ONLY_FOR_ARCHS= i386 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -CONFIGURE_ARGS+=--enable-socks -.endif - post-patch: @${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VER/config -lpython\$$PY_VER ${PTHREAD_LIBS} -lutil"|' \ ${WRKSRC}/configure |