diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-02-26 18:44:12 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-02-26 18:44:12 +0000 |
commit | 112c373d951118494a634d728880ecdcddbb6fcf (patch) | |
tree | d07c3dd941e2eda495c0a6953f39dfe3cfdbe890 /irc | |
parent | - Add (more) TEST_DEPENDS to enable testing (on older perl) (diff) |
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
Notes
Notes:
svn path=/head/; revision=292277
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 |