pkgsrc-WIP-changes archive

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

got-portable: runtime dependency on OpenSSL 1.1.1 on NetBSD-9



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Wed Jun 29 02:09:48 2022 +0200
Changeset:	d024e1bbc920e29027288ab237eda796a774b5a1

Modified Files:
	got-portable/Makefile

Log Message:
got-portable: runtime dependency on OpenSSL 1.1.1 on NetBSD-9

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d024e1bbc920e29027288ab237eda796a774b5a1

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

diffstat:
 got-portable/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/got-portable/Makefile b/got-portable/Makefile
index 3d6c866cfe..27ee219d29 100644
--- a/got-portable/Makefile
+++ b/got-portable/Makefile
@@ -52,7 +52,7 @@ post-patch:
 
 # For set_panel_userptr(3)'s second argument and waddwstr(3).
 .include "../../devel/ncursesw/buildlink3.mk"
-
+BUILDLINK_API_DEPENDS.openssl+=   openssl>=1.1.1n
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index