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 10efb4eb887..590328b6617 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2014/12/12 07:39:32 obache Exp $ +# $NetBSD: Makefile,v 1.41.2.1 2015/02/19 19:45:02 tron 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.6-P1 +BIND_VERSION= 9.9.6-P2 .include "../../mk/bsd.prefs.mk" |