summaryrefslogtreecommitdiff
path: root/lang/sun-jre14
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2005-05-10 01:51:13 +0000
committerjschauma <jschauma@pkgsrc.org>2005-05-10 01:51:13 +0000
commit76b880b320c5307978702c43e80ac8c14178e039 (patch)
treebb594c58136416804205b8926c21882501447556 /lang/sun-jre14
parent06b6c2b595af12acaa503fed860d4ba456388968 (diff)
downloadpkgsrc-76b880b320c5307978702c43e80ac8c14178e039.tar.gz
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 (limited to 'lang/sun-jre14')
-rw-r--r--lang/sun-jre14/Makefile.common12
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/sun-jre14/Makefile.common b/lang/sun-jre14/Makefile.common
index 895b75674f0..dc2f43da22d 100644
--- a/lang/sun-jre14/Makefile.common
+++ b/lang/sun-jre14/Makefile.common
@@ -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 @@ JAVA_UNLIMIT= datasize
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 @@ 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"