diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-02-22 21:54:11 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-02-22 21:54:11 +0000 |
commit | 87eedc70702c77c3dbbde50bada4c757f9142038 (patch) | |
tree | f35b0f54590152c4170481d27128673f419e78ce /net/bind9 | |
parent | 1f3a4675120486afbc3ce22738813cd8896fc280 (diff) | |
download | pkgsrc-87eedc70702c77c3dbbde50bada4c757f9142038.tar.gz |
Add ONLY_FOR_PLATFORM, pointed out by Bernd.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 75534f2e6f7..f19fdf00247 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/22 03:50:57 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2000/02/22 21:54:11 hubertf Exp $ # DISTNAME= bind-9.0.0b1 @@ -8,6 +8,9 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/9.0.0b1/ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.isc.org/products/BIND/ +# Sync these with devel/unproven-pthreads: +ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k + DEPENDS+= unproven-pthreads-0.*:../../devel/unproven-pthreads # No need to set USE_INET6, will auto-detect. |