pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/sun-jre14 add a dependency on suse_locale.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ceb32c8fdc76
branches:  trunk
changeset: 493596:ceb32c8fdc76
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Tue May 10 01:51:13 2005 +0000

description:
add a dependency on suse_locale.
This is a light enough dependency to justify adding even if only necessary
for non-plain-english languages.
As per PR pkg/20824.

diffstat:

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

diffs (33 lines):

diff -r 2bb6d57bfaa4 -r ceb32c8fdc76 lang/sun-jre14/Makefile.common
--- a/lang/sun-jre14/Makefile.common    Tue May 10 01:34:04 2005 +0000
+++ b/lang/sun-jre14/Makefile.common    Tue May 10 01:51:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2005/04/11 21:46:16 tv Exp $
+# $NetBSD: Makefile.common,v 1.25 2005/05/10 01:51:13 jschauma Exp $
 
 CATEGORIES=    lang java
 EXTRACT_SUFX=  .bin
@@ -25,11 +25,6 @@
 
 MESSAGE_SUBST+=        JAVA_HOME="${JAVA_HOME}"
 
-.if ${OPSYS} == "NetBSD"
-DEPENDS+=      suse_compat-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_compat
-DEPENDS+=      suse_x11-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_x11
-.endif
-
 NO_MTREE=      yes     # since we change PREFIX
 LDD=           ${TRUE}
 
@@ -72,6 +67,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