Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net bind*: Require pkg-config.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cb770d2f074d
branches: trunk
changeset: 432347:cb770d2f074d
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu May 21 12:45:47 2020 +0000
description:
bind*: Require pkg-config.
diffstat:
net/bind911/Makefile | 4 ++--
net/bind914/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r dfaa51733220 -r cb770d2f074d net/bind911/Makefile
--- a/net/bind911/Makefile Thu May 21 11:51:20 2020 +0000
+++ b/net/bind911/Makefile Thu May 21 12:45:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/05/19 10:21:25 taca Exp $
+# $NetBSD: Makefile,v 1.25 2020/05/21 12:45:47 jperkin Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -22,7 +22,7 @@
.include "options.mk"
-USE_TOOLS+= pax perl
+USE_TOOLS+= pax perl pkg-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff -r dfaa51733220 -r cb770d2f074d net/bind914/Makefile
--- a/net/bind914/Makefile Thu May 21 11:51:20 2020 +0000
+++ b/net/bind914/Makefile Thu May 21 12:45:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/05/19 10:23:03 taca Exp $
+# $NetBSD: Makefile,v 1.22 2020/05/21 12:45:47 jperkin Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -22,7 +22,7 @@
.include "options.mk"
-USE_TOOLS+= pax perl
+USE_TOOLS+= pax perl pkg-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index