diff options
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" |