pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/sayaka



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Mar 21 01:23:39 UTC 2021

Modified Files:
        pkgsrc/net/sayaka: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/sayaka/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/sayaka/Makefile
diff -u pkgsrc/net/sayaka/Makefile:1.31 pkgsrc/net/sayaka/Makefile:1.32
--- pkgsrc/net/sayaka/Makefile:1.31     Fri Mar 19 16:31:58 2021
+++ pkgsrc/net/sayaka/Makefile  Sun Mar 21 01:23:39 2021
@@ -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 @@ LICENSE=      modified-bsd AND mit
 
 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