From 7fb4e394d958ea8ac1515fcebafc62e16b5841e5 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 24 Dec 1997 18:46:11 +0000 Subject: Make the SOCKS support from USE_SOCKS play nicely with the socks5 port. --- security/ssh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/ssh') diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 03efd59215e6..16cd427c1be2 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp $ +# $Id: Makefile,v 1.48 1997/11/21 15:31:33 markm Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -128,5 +128,5 @@ LIB_DEPENDS+= wrap\\.7\\.:${PORTSDIR}/security/tcp_wrapper # Include SOCKS firewall support .if defined(USE_SOCKS) && ${USE_SOCKS} == YES -CONFIGURE_ARGS+= --with-socks="-L${PREFIX}/lib -lsocks5" +CONFIGURE_ARGS+= --with-socks="-L${PREFIX}/lib -lsocks5" --with-socks5 .endif -- cgit