diff options
author | jschauma <jschauma> | 2005-05-10 01:51:13 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2005-05-10 01:51:13 +0000 |
commit | 1f4e447c17ce206d5cae0eaf7565e630786f87ca (patch) | |
tree | bb594c58136416804205b8926c21882501447556 /lang | |
parent | 57349de6ebc82c3023249594d1fa8d3a23ac6bd0 (diff) | |
download | pkgsrc-1f4e447c17ce206d5cae0eaf7565e630786f87ca.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')
-rw-r--r-- | lang/sun-jre14/Makefile.common | 12 |
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" |