pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mysql75-cluster



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 10:18:21 UTC 2023

Modified Files:
        pkgsrc/databases/mysql75-cluster: Makefile.common

Log Message:
mysql75-cluster: Add missing pkg-config tool.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/mysql75-cluster/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/mysql75-cluster/Makefile.common
diff -u pkgsrc/databases/mysql75-cluster/Makefile.common:1.2 pkgsrc/databases/mysql75-cluster/Makefile.common:1.3
--- pkgsrc/databases/mysql75-cluster/Makefile.common:1.2        Thu May 25 21:25:11 2023
+++ pkgsrc/databases/mysql75-cluster/Makefile.common    Sun Jul  9 10:18:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2023/05/25 21:25:11 wiz Exp $
+# $NetBSD: Makefile.common,v 1.3 2023/07/09 10:18:21 nia Exp $
 #
 
 DISTNAME=      mysql-cluster-gpl-7.5.25
@@ -11,7 +11,7 @@ LICENSE=      gnu-gpl-v2
 
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++03
-USE_TOOLS+=            bash gmake perl:run
+USE_TOOLS+=            bash gmake perl:run pkg-config
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index