diff options
Diffstat (limited to 'net/bind910/Makefile')
-rw-r--r-- | net/bind910/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind910/Makefile b/net/bind910/Makefile index a9f3bb1afeb..a8b63d390ab 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/10/14 16:23:19 taca Exp $ +# $NetBSD: Makefile,v 1.3 2014/12/08 21:59:09 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.10.1 +BIND_VERSION= 9.10.1-P1 .include "../../mk/bsd.prefs.mk" |