pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/sayaka (net/sayaka) Fix build: +USE_TOOLS+= pkg-co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dae70cb6f7c3
branches:  trunk
changeset: 449099:dae70cb6f7c3
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Mar 21 01:23:39 2021 +0000

description:
(net/sayaka) Fix build: +USE_TOOLS+= pkg-config

diffstat:

 net/sayaka/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 89a994973a53 -r dae70cb6f7c3 net/sayaka/Makefile
--- a/net/sayaka/Makefile       Sun Mar 21 00:11:40 2021 +0000
+++ b/net/sayaka/Makefile       Sun Mar 21 01:23:39 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2021/03/19 16:31:58 tsutsui Exp $
+# $NetBSD: Makefile,v 1.32 2021/03/21 01:23:39 mef Exp $
 
 DISTNAME=      sayaka-3.5.1
 #PKGREVISION=  0
@@ -14,6 +14,7 @@
 
 GNU_CONFIGURE=         yes
 USE_LANGUAGES+=                c99 c++17
+USE_TOOLS+=            pkg-config
 BUILD_TARGET=          sayaka
 
 INSTALLATION_DIRS+=    bin



Home | Main Index | Thread Index | Old Index