diff options
author | ache <ache@FreeBSD.org> | 1996-01-25 12:17:28 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-01-25 12:17:28 +0800 |
commit | 03a7720e6bdecc1c44d66dc932ee102f613530df (patch) | |
tree | 5ef8a99d42c4d34ea5126f4ed0f1c781793fafd2 /security/ssh2/Makefile | |
parent | 21f22f78a59b97a2fd3c8aca15b442d1abad0617 (diff) | |
download | freebsd-ports-gnome-03a7720e6bdecc1c44d66dc932ee102f613530df.tar.gz freebsd-ports-gnome-03a7720e6bdecc1c44d66dc932ee102f613530df.tar.zst freebsd-ports-gnome-03a7720e6bdecc1c44d66dc932ee102f613530df.zip |
Understands shared libwrap now
Diffstat (limited to 'security/ssh2/Makefile')
-rw-r--r-- | security/ssh2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 96f2cf7da421..f6529b29a134 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.10 1996/01/22 18:41:57 markm Exp $ +# $Id: Makefile,v 1.11 1996/01/25 02:08:25 ache Exp $ # DISTNAME= ssh-1.2.12a @@ -102,7 +102,8 @@ CONFIGURE_ENV+= WISH=/replace_it_with_WISH_path .if defined(USE_TCPWRAP) && ${USE_TCPWRAP} == YES || \ exists(${PREFIX}/lib/libwrap.a) && \ (!defined(USE_TCPWRAP) || ${USE_TCPWRAP} != NO) -BUILD_DEPENDS+= ${PREFIX}/lib/libwrap.a:${PORTSDIR}/security/tcp_wrapper +CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib CFLAGS="${CFLAGS} -I${PREFIX}/include" CONFIGURE_ARGS+= --with-libwrap +LIB_DEPENDS+= wrap\\.7\\.:${PORTSDIR}/security/tcp_wrapper .endif |