pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/softhsm2



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 11:47:29 UTC 2021

Modified Files:
        pkgsrc/security/softhsm2: Makefile

Log Message:
softhsm2: needs openssl


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/softhsm2/Makefile

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

Modified files:

Index: pkgsrc/security/softhsm2/Makefile
diff -u pkgsrc/security/softhsm2/Makefile:1.9 pkgsrc/security/softhsm2/Makefile:1.10
--- pkgsrc/security/softhsm2/Makefile:1.9       Wed Apr 21 13:24:16 2021
+++ pkgsrc/security/softhsm2/Makefile   Fri May 14 11:47:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2021/04/21 13:24:16 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/05/14 11:47:29 nia Exp $
 #
 
 VERSION=       2.6.1
@@ -48,4 +48,5 @@ pre-install:
 USE_BUILTIN.sqlite3=NO
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../security/botan-devel/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index