pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/twitch-tui



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue Dec 12 01:04:45 UTC 2023

Modified Files:
        pkgsrc/chat/twitch-tui: Makefile

Log Message:
twitch-tui: needs openssl to be buildlunk.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/twitch-tui/Makefile

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

Modified files:

Index: pkgsrc/chat/twitch-tui/Makefile
diff -u pkgsrc/chat/twitch-tui/Makefile:1.1 pkgsrc/chat/twitch-tui/Makefile:1.2
--- pkgsrc/chat/twitch-tui/Makefile:1.1 Tue Dec  5 16:04:13 2023
+++ pkgsrc/chat/twitch-tui/Makefile     Tue Dec 12 01:04:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/12/05 16:04:13 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2023/12/12 01:04:45 schmonz Exp $
 
 DISTNAME=              twitch-tui-2.6.1
 CATEGORIES=            chat
@@ -13,4 +13,5 @@ LICENSE=              apache-2.0 AND mit
 .include "cargo-depends.mk"
 
 .include "../../lang/rust/cargo.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index