diff options
author | cperciva <cperciva@FreeBSD.org> | 2005-01-21 02:52:56 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2005-01-21 02:52:56 +0800 |
commit | bf744050d15ee09831036bd8148d1beb63fbab10 (patch) | |
tree | feb7ea131b51f841f64543f1550c9e33362e2d82 /net/rwhois | |
parent | c716e4e4db8499298595badad4f7d8ec924b3b94 (diff) | |
download | freebsd-ports-gnome-bf744050d15ee09831036bd8148d1beb63fbab10.tar.gz freebsd-ports-gnome-bf744050d15ee09831036bd8148d1beb63fbab10.tar.zst freebsd-ports-gnome-bf744050d15ee09831036bd8148d1beb63fbab10.zip |
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.
Diffstat (limited to 'net/rwhois')
-rw-r--r-- | net/rwhois/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/rwhois/Makefile b/net/rwhois/Makefile index 1feb090e28b7..04bb59a4f6df 100644 --- a/net/rwhois/Makefile +++ b/net/rwhois/Makefile @@ -16,10 +16,6 @@ DISTNAME= ${PORTNAME}d-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The Internic referral whois server -.if !exists(/usr/include/tcpd.h) -LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper -.endif - HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois |