diff options
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 1ba9269a39a..ab9ed6dbc5d 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -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 |