diff options
author | imp <imp@FreeBSD.org> | 1997-12-24 18:46:11 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1997-12-24 18:46:11 +0000 |
commit | 7fb4e394d958ea8ac1515fcebafc62e16b5841e5 (patch) | |
tree | 50df645712be9461ac8e7b6a86accadc1b8aa9e9 /security/ssh | |
parent | 36e9552098963a1fbd9c4c7a0506edf090e276b6 (diff) | |
download | FreeBSD-ports-7fb4e394d958ea8ac1515fcebafc62e16b5841e5.zip FreeBSD-ports-7fb4e394d958ea8ac1515fcebafc62e16b5841e5.tar.gz |
Make the SOCKS support from USE_SOCKS play nicely with the socks5 port.
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 03efd59..16cd427 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 |