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 b09191d1330..864560f40b9 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/02/26 10:15:02 taca Exp $ +# $NetBSD: Makefile,v 1.7 2015/06/11 14:58:46 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.2 +BIND_VERSION= 9.10.2-P1 .include "../../mk/bsd.prefs.mk" |