diff options
Diffstat (limited to 'net/bind4/Makefile')
-rw-r--r-- | net/bind4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/bind4/Makefile b/net/bind4/Makefile index 69b16d777db..c038934d9e4 100644 --- a/net/bind4/Makefile +++ b/net/bind4/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 22:51:01 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/01/20 12:22:18 agc Exp $ # DISTNAME= bind-4.9.11-REL PKGNAME= bind-4.9.11 -WRKSRC= ${WRKDIR} CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/4.9.11/ @@ -11,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.isc.org/ COMMENT= The BIND name server, version 4, as an alternative to BIND 8 +WRKSRC= ${WRKDIR} + .if !exists(/usr/sbin/named-bootconf) PKG_FAIL_REASON= "${PKGNAME} is intended for NetBSD 1.4 or higher" .endif |