pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/jde Fixed pkglint warnings by replacing PKG_JV...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/829e3605e53c
branches:  trunk
changeset: 501610:829e3605e53c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 24 19:32:00 2005 +0000

description:
Fixed pkglint warnings by replacing PKG_JVM with PKG_DEFAULT_JVM and "#
set" with "yes".

diffstat:

 editors/jde/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 6f4529c1e847 -r 829e3605e53c editors/jde/Makefile
--- a/editors/jde/Makefile      Mon Oct 24 19:29:57 2005 +0000
+++ b/editors/jde/Makefile      Mon Oct 24 19:32:00 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2005/08/28 04:25:29 uebayasi Exp $
+# $NetBSD: Makefile,v 1.16 2005/10/24 19:32:00 rillig Exp $
 #
 
 DISTNAME=      jde-2.3.2
@@ -24,12 +24,12 @@
 # XEmacs has its own JDE package
 EMACS_VERSIONS_ACCEPTED=emacs21                # XXX Won't compile with emacs20...
 
-PKG_JVM=       sun-jdk14
+PKG_DEFAULT_JVM=       sun-jdk14
 
 BUILD_ENV+=    EMACS=${EMACS}
 MAKE_ENV+=     EMACS_LISPPREFIX=${EMACS_LISPPREFIX}
 
-NO_CONFIGURE=  # set
+NO_CONFIGURE=  yes
 
 MAKEFILE=      makefile
 



Home | Main Index | Thread Index | Old Index