1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Make the SOCKS support from USE_SOCKS play nicely with the socks5 port.

This commit is contained in:
Warner Losh 1997-12-24 18:46:11 +00:00
parent c8f9434dbe
commit 944d8022fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9174
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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