diff options
author | itojun <itojun@pkgsrc.org> | 2001-01-18 13:12:30 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-01-18 13:12:30 +0000 |
commit | 881ca793ea18eca307141ae8b9cbc64c32bbe966 (patch) | |
tree | 7bc006eda5815d53be4c8267aa19f1acbc54b4de /net/bind9-current/Makefile | |
parent | c6bd7f127c838fb0354fed0df48dde2974901f1d (diff) | |
download | pkgsrc-881ca793ea18eca307141ae8b9cbc64c32bbe966.tar.gz |
mark it with IGNORE.
Diffstat (limited to 'net/bind9-current/Makefile')
-rw-r--r-- | net/bind9-current/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index 179ecfc635c..9925b47ce9e 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/01/03 17:15:51 itojun Exp $ +# $NetBSD: Makefile,v 1.8 2001/01/18 13:12:30 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -8,6 +8,8 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.isc.org/products/BIND/ +IGNORE= "net/bind9 is newer" + # IPv6 ready, automatically detected .include "../../mk/bsd.prefs.mk" BUILD_DEFS+= USE_INET6 |