pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/sun-jre15 as with sun-jre14 and sun-jre13, add de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/955a1360ca5e
branches:  trunk
changeset: 493598:955a1360ca5e
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Tue May 10 02:02:20 2005 +0000

description:
as with sun-jre14 and sun-jre13, add dependency on suse_locale to ensure
that non-us-keyboard characters can be displayed and entered

diffstat:

 lang/sun-jre15/Makefile.common |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r a787b4ecd634 -r 955a1360ca5e lang/sun-jre15/Makefile.common
--- a/lang/sun-jre15/Makefile.common    Tue May 10 01:55:39 2005 +0000
+++ b/lang/sun-jre15/Makefile.common    Tue May 10 02:02:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2005/04/11 21:46:16 tv Exp $
+# $NetBSD: Makefile.common,v 1.6 2005/05/10 02:02:20 jschauma Exp $
 
 CATEGORIES=    lang java
 EXTRACT_SUFX=  .bin
@@ -25,11 +25,6 @@
 
 MESSAGE_SUBST+=        JAVA_HOME=${JAVA_HOME:Q}
 
-.if ${OPSYS} == "NetBSD"
-DEPENDS+=      suse_compat-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_compat
-DEPENDS+=      suse_x11-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_x11
-.endif
-
 # the following forces compression of jarfiles, which is a huge disk
 # space win and trivial to no speed reduction in the face of the
 # new class sharing in J2SE 5.0... -tvierling
@@ -71,6 +66,11 @@
 
 .if ${OPSYS} == "NetBSD"
 .  include "../../emulators/suse_linux/Makefile.application"
+.  if ${SUSE_DIR_PREFIX} == "suse91"
+DEPENDS+=      suse_local-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_locale
+.  endif
+DEPENDS+=      suse_compat-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_compat
+DEPENDS+=      suse_x11-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_x11
 .endif
 
 .include "../../mk/java-env.mk"



Home | Main Index | Thread Index | Old Index