diff options
Diffstat (limited to 'net/bind911/Makefile')
-rw-r--r-- | net/bind911/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind911/Makefile b/net/bind911/Makefile index 169f5fd17b9..4114755ea3c 100644 --- a/net/bind911/Makefile +++ b/net/bind911/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2018/12/15 16:39:07 taca Exp $ +# $NetBSD: Makefile,v 1.7 2019/02/22 01:22:38 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -14,7 +14,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.11.5-P1 +BIND_VERSION= 9.11.5-P4 .include "../../mk/bsd.prefs.mk" |