pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu May 21 12:45:47 UTC 2020

Modified Files:
        pkgsrc/net/bind911: Makefile
        pkgsrc/net/bind914: Makefile

Log Message:
bind*: Require pkg-config.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/bind911/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/bind914/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bind911/Makefile
diff -u pkgsrc/net/bind911/Makefile:1.24 pkgsrc/net/bind911/Makefile:1.25
--- pkgsrc/net/bind911/Makefile:1.24    Tue May 19 10:21:25 2020
+++ pkgsrc/net/bind911/Makefile Thu May 21 12:45:47 2020
@@ -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 @@ BUILD_DEFS+=  BIND_DIR VARBASE
 
 .include "options.mk"
 
-USE_TOOLS+=            pax perl
+USE_TOOLS+=            pax perl pkg-config
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 

Index: pkgsrc/net/bind914/Makefile
diff -u pkgsrc/net/bind914/Makefile:1.21 pkgsrc/net/bind914/Makefile:1.22
--- pkgsrc/net/bind914/Makefile:1.21    Tue May 19 10:23:03 2020
+++ pkgsrc/net/bind914/Makefile Thu May 21 12:45:47 2020
@@ -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 @@ BUILD_DEFS+=  BIND_DIR VARBASE
 
 .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