pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/newlisp



Module Name:    pkgsrc
Committed By:   hauke
Date:           Tue Aug 11 15:01:07 UTC 2020

Modified Files:
        pkgsrc/lang/newlisp: Makefile

Log Message:
Since the Java guiserver has been removed in 10.7.2, there is no
reason to depend this package on a (rather heavyweight) Java VM.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/newlisp/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/newlisp/Makefile
diff -u pkgsrc/lang/newlisp/Makefile:1.13 pkgsrc/lang/newlisp/Makefile:1.14
--- pkgsrc/lang/newlisp/Makefile:1.13   Fri Aug 23 13:41:31 2019
+++ pkgsrc/lang/newlisp/Makefile        Tue Aug 11 15:01:07 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/08/23 13:41:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2020/08/11 15:01:07 hauke Exp $
 #
 
 DISTNAME=      newlisp-10.7.5
@@ -28,5 +28,4 @@ SUBST_SED.interpreter+=               -e 's,/usr/bin/
 LDFLAGS+=      -lreadline
 
 .include "../../devel/readline/buildlink3.mk"
-.include "../../mk/java-vm.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index