pkgsrc-WIP-changes archive

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

nedit: not MAKE_JOBS_SAFE



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Wed Nov 20 19:48:22 2024 +0000
Changeset:	c9766e00a76e86fce6b6e94a63b038cee30bca8d

Modified Files:
	nedit/Makefile

Log Message:
nedit: not MAKE_JOBS_SAFE

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

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

diffstat:
 nedit/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/nedit/Makefile b/nedit/Makefile
index 3ac1700404..e644ba1b50 100644
--- a/nedit/Makefile
+++ b/nedit/Makefile
@@ -15,7 +15,8 @@ HOMEPAGE=	http://www.nedit.org/
 COMMENT=	Motif based standard GUI style text editor
 LICENSE=	gnu-gpl-v2
 
-VERS=		5.7
+MAKE_JOBS_SAFE= no
+
 MASTER_SITE_NEDIT= \
 		https://sourceforge.net/projects/nedit/files/nedit-source/
 


Home | Main Index | Thread Index | Old Index