diff options
author | asami <asami@FreeBSD.org> | 1998-09-17 18:53:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-17 18:53:31 +0800 |
commit | 3b0c0a6128e81ee28deca1e42e1c86217690f1b8 (patch) | |
tree | ab7b39fbe4394f80297dc2ae37164c0dfb267067 /security/ssh2 | |
parent | 58aceafc21f98603ef313962cf5c591059c12321 (diff) | |
download | freebsd-ports-gnome-3b0c0a6128e81ee28deca1e42e1c86217690f1b8.tar.gz freebsd-ports-gnome-3b0c0a6128e81ee28deca1e42e1c86217690f1b8.tar.zst freebsd-ports-gnome-3b0c0a6128e81ee28deca1e42e1c86217690f1b8.zip |
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.
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 9ea8172591cb..8b56942b7285 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.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 |