pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ats2



Module Name:    pkgsrc
Committed By:   dholland
Date:           Mon Jan 16 04:38:04 UTC 2023

Modified Files:
        pkgsrc/lang/ats2: Makefile

Log Message:
lang/ats2: USE_TOOLS+=find, install fails using solaris's


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/ats2/Makefile

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

Modified files:

Index: pkgsrc/lang/ats2/Makefile
diff -u pkgsrc/lang/ats2/Makefile:1.3 pkgsrc/lang/ats2/Makefile:1.4
--- pkgsrc/lang/ats2/Makefile:1.3       Sat May 14 22:25:38 2022
+++ pkgsrc/lang/ats2/Makefile   Mon Jan 16 04:38:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/05/14 22:25:38 dholland Exp $
+# $NetBSD: Makefile,v 1.4 2023/01/16 04:38:04 dholland Exp $
 
 DISTNAME=      ATS2-Postiats-0.4.2
 PKGNAME=       ${DISTNAME:S/ATS2-Postiats/ats2/}
@@ -14,8 +14,8 @@ LICENSE=      gnu-gpl-v3
 
 WRKSRC=                ${WRKDIR}/ATS2-Postiats-int-${PKGVERSION_NOREV}
 GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake
-# build is not job safe
+USE_TOOLS+=    find gmake
+# build is not job safe (... please be more specific?)
 MAKE_JOBS_SAFE=        no
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index