pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/quagga



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 26 14:01:04 UTC 2020

Modified Files:
        pkgsrc/net/quagga: Makefile

Log Message:
quagga: Needs pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/net/quagga/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/quagga/Makefile
diff -u pkgsrc/net/quagga/Makefile:1.63 pkgsrc/net/quagga/Makefile:1.64
--- pkgsrc/net/quagga/Makefile:1.63     Sat Jan 18 23:33:21 2020
+++ pkgsrc/net/quagga/Makefile  Thu Mar 26 14:01:04 2020
@@ -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 @@ LICENSE=      gnu-gpl-v2
 .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