diff options
author | tron <tron@pkgsrc.org> | 2001-03-10 23:36:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-10 23:36:22 +0000 |
commit | 8d63bfb4e2ac1e517224a64cd650580c7bf696c2 (patch) | |
tree | f0ae818f2990baf80262e1a4e62b5033b00e7470 /net/ORBit | |
parent | 6eb5f5ce9f5dbbc837117d345270dc9ed4ef1d15 (diff) | |
download | pkgsrc-8d63bfb4e2ac1e517224a64cd650580c7bf696c2.tar.gz |
Depend on "tcp_wrappers" version "7.6.1nb1" or newer under Solaris.
Diffstat (limited to 'net/ORBit')
-rw-r--r-- | net/ORBit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index ad157810548..e61ea2b4f1b 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2001/03/02 17:35:14 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2001/03/10 23:36:22 tron Exp $ # DISTNAME= ORBit-0.5.6 @@ -33,7 +33,7 @@ INFO_FILES= libIDL.info .include "../../mk/bsd.prefs.mk" .if (${OPSYS} == SunOS) -DEPENDS+= tcp_wrappers>=7.6:../../security/tcp_wrappers +DEPENDS+= tcp_wrappers>=7.6.1nb1:../../security/tcp_wrappers .endif pre-configure: |