diff options
author | itojun <itojun> | 2001-01-18 13:12:30 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-01-18 13:12:30 +0000 |
commit | 88d5612a3296302bf775b3c83efcaef6dd15ba17 (patch) | |
tree | 7bc006eda5815d53be4c8267aa19f1acbc54b4de /net/bind9-current | |
parent | aff754b53fb7b7a5ab717e9be438df5e7a97b9e4 (diff) | |
download | pkgsrc-88d5612a3296302bf775b3c83efcaef6dd15ba17.tar.gz |
mark it with IGNORE.
Diffstat (limited to 'net/bind9-current')
-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 |