diff options
Diffstat (limited to 'net/bind99/Makefile')
-rw-r--r-- | net/bind99/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index e4ab0e9b810..887600684e7 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2015/09/03 00:35:03 taca Exp $ +# $NetBSD: Makefile,v 1.48.2.1 2015/12/17 20:31:35 bsiegert 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.9.7-P3 +BIND_VERSION= 9.9.8-P2 .include "../../mk/bsd.prefs.mk" |