diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-05-10 01:55:39 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-05-10 01:55:39 +0000 |
commit | 11b407f64e72810c5f6eda2165f7c09a9b6b4dba (patch) | |
tree | 1687e7a757608b0b2502bd03a94556960a2d88da /lang/sun-jre13 | |
parent | 76b880b320c5307978702c43e80ac8c14178e039 (diff) | |
download | pkgsrc-11b407f64e72810c5f6eda2165f7c09a9b6b4dba.tar.gz |
as with sun-jre14, pull in suse_locale to ensure that other charset
characters can be used
Diffstat (limited to 'lang/sun-jre13')
-rw-r--r-- | lang/sun-jre13/Makefile.common | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/sun-jre13/Makefile.common b/lang/sun-jre13/Makefile.common index fc29fd13a27..55b3219dde0 100644 --- a/lang/sun-jre13/Makefile.common +++ b/lang/sun-jre13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2005/04/11 21:46:16 tv Exp $ +# $NetBSD: Makefile.common,v 1.24 2005/05/10 01:55:39 jschauma Exp $ # MASTER_SITES is very special, and must end in "=": CATEGORIES= lang java @@ -29,11 +29,6 @@ JAVA_HOME= ${LOCALBASE}/java/sun-1.3.1 JAVA_NAME= sun13 .endif -.if ${OPSYS} == "NetBSD" -DEPENDS+= suse_compat-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_compat -DEPENDS+= suse_x11-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_x11 -.endif - .if ${OPSYS} == "Darwin" DISTFILES= # empty NO_PATCH= yes @@ -92,6 +87,11 @@ do-install: .if ${OPSYS} == "NetBSD" . include "../../emulators/suse_linux/Makefile.application" +. if ${SUSE_DIR_PREFIX} == "suse91" +DEPENDS+= suse_locale-[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" |