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 /net/rwhoisd/Makefile | |
parent | 542fc325e72027c57368cce111b7a03585529acd (diff) | |
download | ports-7ef8b8da4077e207989284f10f95d9fe94b0e508.tar.gz ports-7ef8b8da4077e207989284f10f95d9fe94b0e508.zip |
Notes
Diffstat (limited to 'net/rwhoisd/Makefile')
-rw-r--r-- | net/rwhoisd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile index 1feb090e28b7..04bb59a4f6df 100644 --- a/net/rwhoisd/Makefile +++ b/net/rwhoisd/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 |