diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-30 13:57:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-30 13:57:44 +0000 |
commit | e633c2ff5ae58e7705b93169a43a7126c024e946 (patch) | |
tree | 11ade5c96bf91cf300ed756342fc706d13fd5df5 /net/bind9 | |
parent | 388a2dda404c775c30b1bbc5d177cfd613acae75 (diff) | |
download | pkgsrc-e633c2ff5ae58e7705b93169a43a7126c024e946.tar.gz |
Manually syncing ONLY_FOR_PLATFORM is not the way to go.
Remove ONLY_FOR_PLATFORM, and let it fail while installing the DEPENDS.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index d4d550387dd..df862b1e5c6 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/12/28 16:49:37 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2000/12/30 13:57:45 wiz Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -14,10 +14,6 @@ DEPENDS+= unproven-pthreads>=0.17:../../devel/unproven-pthreads .include "../../mk/bsd.prefs.mk" BUILD_DEFS+= USE_INET6 -# Sync these with devel/unproven-pthreads: -ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \ - NetBSD-*-m68k - # No need to set USE_INET6, will auto-detect. BIND_VERSION= 9.0.1 DIST_SUBDIR= bind/${BIND_VERSION} |