pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/mise



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 14 08:34:11 UTC 2024

Modified Files:
        pkgsrc/devel/mise: Makefile

Log Message:
mise: add missing openssl bits to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/mise/Makefile

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

Modified files:

Index: pkgsrc/devel/mise/Makefile
diff -u pkgsrc/devel/mise/Makefile:1.7 pkgsrc/devel/mise/Makefile:1.8
--- pkgsrc/devel/mise/Makefile:1.7      Wed Apr  3 03:29:53 2024
+++ pkgsrc/devel/mise/Makefile  Sun Apr 14 08:34:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/04/03 03:29:53 schmonz Exp $
+# $NetBSD: Makefile,v 1.8 2024/04/14 08:34:10 wiz Exp $
 
 DISTNAME=              mise-2024.4.0
 CATEGORIES=            devel
@@ -11,6 +11,7 @@ COMMENT=              Polyglot tool version manager 
 LICENSE=               mit
 
 USE_LANGUAGES=         c
+USE_TOOLS+=            pkg-config
 
 .include "cargo-depends.mk"
 
@@ -39,4 +40,5 @@ post-install:
                ${DESTDIR}${PREFIX}/share/zsh/site-functions/
 
 .include "../../lang/rust/cargo.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index