From 3b0c0a6128e81ee28deca1e42e1c86217690f1b8 Mon Sep 17 00:00:00 2001 From: asami Date: Thu, 17 Sep 1998 10:53:31 +0000 Subject: 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. --- security/ssh2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/ssh2/Makefile') 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 -- cgit