Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/minisign minisign: fix the build by adding mi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bec46fbee6af
branches: trunk
changeset: 434109:bec46fbee6af
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Thu Jun 11 11:10:22 2020 +0000
description:
minisign: fix the build by adding missing build dependency on pkg-config.
Pointed out by mef@, thanks!
diffstat:
security/minisign/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 92d845848e18 -r bec46fbee6af security/minisign/Makefile
--- a/security/minisign/Makefile Thu Jun 11 10:58:22 2020 +0000
+++ b/security/minisign/Makefile Thu Jun 11 11:10:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/06/07 11:04:43 fcambus Exp $
+# $NetBSD: Makefile,v 1.3 2020/06/11 11:10:22 fcambus Exp $
DISTNAME= minisign-0.9
CATEGORIES= security
@@ -10,6 +10,7 @@
LICENSE= isc
USE_CMAKE= yes
+USE_TOOLS+= pkg-config
.include "../../security/libsodium/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index