diff options
author | tv <tv@pkgsrc.org> | 1999-04-30 17:02:45 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-04-30 17:02:45 +0000 |
commit | e1b7a261fd79a73fc07e360ece1307b4cb22e016 (patch) | |
tree | eac123d2aa9f02add8a3aace315afae598eb0814 /net/bind4 | |
parent | ff39fc0082af3f4fa6c5aec36a5d9ed7e7087597 (diff) | |
download | pkgsrc-e1b7a261fd79a73fc07e360ece1307b4cb22e016.tar.gz |
Don't build this on NetBSD 1.3.x.
Diffstat (limited to 'net/bind4')
-rw-r--r-- | net/bind4/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/bind4/Makefile b/net/bind4/Makefile index 893c8bbf8b4..722fc2adc76 100644 --- a/net/bind4/Makefile +++ b/net/bind4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/11/23 21:39:41 tv Exp $ +# $NetBSD: Makefile,v 1.2 1999/04/30 17:02:45 tv Exp $ # DISTNAME= bind-4.9.7-REL @@ -11,6 +11,10 @@ HOMEPAGE= http://www.isc.org/ NO_WRKSUBDIR= yes +.if !exists(/usr/sbin/named-bootconf) +IGNORE= "Used with NetBSD 1.4 or higher" +.endif + post-extract: @${RM} -f ${WRKSRC}/compat/include/sys/cdefs.h |