diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-17 10:53:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-17 10:53:31 +0000 |
commit | 6470b4dc9c5e85815e7ec1472d2cfbd001a8ed2d (patch) | |
tree | 34d83443625691a3bb02eb0ebe7f22e82ced9b8b /security/ssh | |
parent | Rewind shlib version number. (diff) |
tcp_wrapper is now converted to ELF. While I'm here, fix smail Makefile:
libwrap is a shared library so it should be LIB_DEPENDS, and delete
some spaces and tab-only lines.
Notes
Notes:
svn path=/head/; revision=13204
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 9ea8172591cb..8b56942b7285 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.62 1998/08/19 19:51:10 hoek Exp $ +# $Id: Makefile,v 1.63 1998/09/15 21:31:53 asami Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -147,7 +147,7 @@ CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path (!defined(USE_TCPWRAP) || ${USE_TCPWRAP} != NO) CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib CFLAGS="${CFLAGS} -I${PREFIX}/include" CONFIGURE_ARGS+= --with-libwrap -LIB_DEPENDS+= wrap\\.7\\.:${PORTSDIR}/security/tcp_wrapper +LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper .endif # Include SOCKS firewall support |