pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/sun-jre13 as with sun-jre14, pull in suse_locale ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a787b4ecd634
branches:  trunk
changeset: 493597:a787b4ecd634
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Tue May 10 01:55:39 2005 +0000

description:
as with sun-jre14, pull in suse_locale to ensure that other charset
characters can be used

diffstat:

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

diffs (33 lines):

diff -r ceb32c8fdc76 -r a787b4ecd634 lang/sun-jre13/Makefile.common
--- a/lang/sun-jre13/Makefile.common    Tue May 10 01:51:13 2005 +0000
+++ b/lang/sun-jre13/Makefile.common    Tue May 10 01:55:39 2005 +0000
@@ -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_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 @@
 
 .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"



Home | Main Index | Thread Index | Old Index