pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/quagga quagga: Needs pkg-config



details:   https://anonhg.NetBSD.org/pkgsrc/rev/690875143f89
branches:  trunk
changeset: 426127:690875143f89
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 26 14:01:04 2020 +0000

description:
quagga: Needs pkg-config

diffstat:

 net/quagga/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cc1851c8c844 -r 690875143f89 net/quagga/Makefile
--- a/net/quagga/Makefile       Thu Mar 26 13:59:40 2020 +0000
+++ b/net/quagga/Makefile       Thu Mar 26 14:01:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2020/01/18 23:33:21 rillig Exp $
+# $NetBSD: Makefile,v 1.64 2020/03/26 14:01:04 nia Exp $
 #
 
 DISTNAME=      quagga-1.2.4
@@ -14,7 +14,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 GNU_CONFIGURE=         YES
-USE_TOOLS+=            gawk gmake perl
+USE_TOOLS+=            gawk gmake perl pkg-config
 USE_LIBTOOL=           YES
 
 TEST_TARGET=           check



Home | Main Index | Thread Index | Old Index