pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/mosh



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Nov 14 13:50:03 UTC 2023

Modified Files:
        pkgsrc/net/mosh: Makefile

Log Message:
mosh: Use gmake.

Fixes build issue with generating version.h.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/mosh/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/mosh/Makefile
diff -u pkgsrc/net/mosh/Makefile:1.36 pkgsrc/net/mosh/Makefile:1.37
--- pkgsrc/net/mosh/Makefile:1.36       Thu Nov  2 14:43:05 2023
+++ pkgsrc/net/mosh/Makefile    Tue Nov 14 13:50:03 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2023/11/02 14:43:05 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2023/11/14 13:50:03 jperkin Exp $
 
 DISTNAME=      mosh-1.4.0
 CATEGORIES=    net
@@ -10,7 +10,7 @@ COMMENT=      Remote terminal application whi
 LICENSE=       gnu-gpl-v3
 
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            perl:run pkg-config
+USE_TOOLS+=            gmake perl:run pkg-config
 USE_LANGUAGES+=                c c++
 USE_GCC_RUNTIME=       yes
 



Home | Main Index | Thread Index | Old Index