pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/termscp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 25 11:08:34 UTC 2025

Modified Files:
        pkgsrc/net/termscp: Makefile

Log Message:
termscp: also needs clang to build


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/termscp/Makefile

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

Modified files:

Index: pkgsrc/net/termscp/Makefile
diff -u pkgsrc/net/termscp/Makefile:1.21 pkgsrc/net/termscp/Makefile:1.22
--- pkgsrc/net/termscp/Makefile:1.21    Wed Apr 16 20:13:33 2025
+++ pkgsrc/net/termscp/Makefile Fri Apr 25 11:08:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2025/04/16 20:13:33 pin Exp $
+# $NetBSD: Makefile,v 1.22 2025/04/25 11:08:34 wiz Exp $
 
 DISTNAME=      termscp-0.17.0
 CATEGORIES=    net
@@ -11,6 +11,7 @@ COMMENT=      Feature rich TUI file transfer 
 LICENSE=       mit
 
 TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
+TOOL_DEPENDS+= clang-[0-9]*:../../lang/clang
 
 # See, https://github.com/briansmith/ring/issues/1999
 .include "../../mk/compiler/i386-sse2.mk"



Home | Main Index | Thread Index | Old Index