summaryrefslogtreecommitdiff
path: root/lang/sun-jre15
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2005-05-10 02:02:20 +0000
committerjschauma <jschauma@pkgsrc.org>2005-05-10 02:02:20 +0000
commit345fd903606d1b8db87265f2ce2845f2fafa922a (patch)
treea98212123dce3aa3f67f8822e07edbe7c3bb08f4 /lang/sun-jre15
parent11b407f64e72810c5f6eda2165f7c09a9b6b4dba (diff)
downloadpkgsrc-345fd903606d1b8db87265f2ce2845f2fafa922a.tar.gz
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 (limited to 'lang/sun-jre15')
-rw-r--r--lang/sun-jre15/Makefile.common12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/sun-jre15/Makefile.common b/lang/sun-jre15/Makefile.common
index ac6355706e6..544f1817096 100644
--- a/lang/sun-jre15/Makefile.common
+++ b/lang/sun-jre15/Makefile.common
@@ -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 @@ JAVA_UNLIMIT= datasize
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 @@ do-install:
.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"