summaryrefslogtreecommitdiff
path: root/security/ssh2
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1997-12-24 18:46:11 +0000
committerWarner Losh <imp@FreeBSD.org>1997-12-24 18:46:11 +0000
commit944d8022fdfb52d1a1a03f988b7bd0bd0d11c401 (patch)
tree8bc07b920f8c38c3994f575368331f421e1d7f2e /security/ssh2
parentUpgrade to v1.0r3 (diff)
Make the SOCKS support from USE_SOCKS play nicely with the socks5 port.
Notes
Notes: svn path=/head/; revision=9174
Diffstat (limited to 'security/ssh2')
-rw-r--r--security/ssh2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 03efd59215e6..16cd427c1be2 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/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