summaryrefslogtreecommitdiff
path: root/net/bind9
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-02-22 21:54:11 +0000
committerhubertf <hubertf>2000-02-22 21:54:11 +0000
commitf9a84895aac301b78ec36f2c952e167b31ce31cf (patch)
treef35b0f54590152c4170481d27128673f419e78ce /net/bind9
parenta22526c748497f799609bcdf92b16bad8df276d8 (diff)
downloadpkgsrc-f9a84895aac301b78ec36f2c952e167b31ce31cf.tar.gz
Add ONLY_FOR_PLATFORM, pointed out by Bernd.
Diffstat (limited to 'net/bind9')
-rw-r--r--net/bind9/Makefile5
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.