diff options
author | jschauma <jschauma> | 2005-05-10 02:02:20 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2005-05-10 02:02:20 +0000 |
commit | 4f81f44d933bb9c4d47627bb03bd392241a8b3ab (patch) | |
tree | a98212123dce3aa3f67f8822e07edbe7c3bb08f4 /lang | |
parent | 11b01cd55358088204a6af224f3757662636d752 (diff) | |
download | pkgsrc-4f81f44d933bb9c4d47627bb03bd392241a8b3ab.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')
-rw-r--r-- | lang/sun-jre15/Makefile.common | 12 |
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" |