diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2005-01-20 18:52:56 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2005-01-20 18:52:56 +0000 |
commit | 7ef8b8da4077e207989284f10f95d9fe94b0e508 (patch) | |
tree | 794d73120a90cd131dfee85bf94c5051c137d326 /security/ssh | |
parent | Upgrade to 20050119, aka 2.0-RC4. (diff) |
Remove conditional dependencies on security/tcp_wrapper: That port
hasn't existed since October 2002, and tcp_wrapper has been included in
the base system since March 1999.
Notes
Notes:
svn path=/head/; revision=126967
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 250d6134b76a..aeb75ecc6be1 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -104,16 +104,7 @@ post-install: fi # Include tcp-wrapper support (call remote identd) -.if exists(/usr/include/tcpd.h) CONFIGURE_ARGS+= --with-libwrap -.else -.if defined(WITH_TCPWRAP) || (exists(${PREFIX}/lib/libwrap.a) \ - && !defined(WITHOUT_TCPWRAP)) -CONFIGURE_ENV+= LDFLAGS=-L${PREFIX}/lib CFLAGS="${CFLAGS} -I${PREFIX}/include" -CONFIGURE_ARGS+= --with-libwrap -LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper -.endif -.endif # Original IPv6 patches were obtained from ftp://ftp.kyoto.wide.ad.jp/IPv6/ssh/ # ssh-1.2.27-IPv6-1.5-patch.gz |