summaryrefslogtreecommitdiff
path: root/lang/sun-jre13
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-04-04 12:29:46 +0000
committertron <tron@pkgsrc.org>2002-04-04 12:29:46 +0000
commitb6343d0c1050186df8e7dd1498d066b0381bbdd2 (patch)
tree02ee0f024d7c7f6ab249edb6825bb16713c7494f /lang/sun-jre13
parent885763de4e5cb053002bbbd2dbfe70fbcb398c37 (diff)
downloadpkgsrc-b6343d0c1050186df8e7dd1498d066b0381bbdd2.tar.gz
Use "suse_linux/Makefile.application" to pick correct SuSE packages.
Diffstat (limited to 'lang/sun-jre13')
-rw-r--r--lang/sun-jre13/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile
index d9fcec5e23e..37b1d1cb35d 100644
--- a/lang/sun-jre13/Makefile
+++ b/lang/sun-jre13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2002/03/19 16:33:58 tron Exp $
+# $NetBSD: Makefile,v 1.20 2002/04/04 12:29:49 tron Exp $
# MASTER_SITES is very special, and must end in "=":
DISTNAME= j2re-1_3_1_02-linux-i386
@@ -28,8 +28,8 @@ NO_BIN_ON_FTP= ${RESTRICTED}
# Needs to be after bsd.prefs.mk
.if ${OPSYS} != "Linux"
-DEPENDS+= suse_compat-[0-9]*:../../emulators/suse_compat
-DEPENDS+= suse_x11-[0-9]*:../../emulators/suse_x11
+DEPENDS+= suse_compat-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_compat
+DEPENDS+= suse_x11-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_x11
.endif
.if !defined(JDK_HOME)
@@ -60,7 +60,7 @@ do-install:
${CHOWN} -hR ${BINOWN}:${BINGRP} ${WRKSRC}
${GTAR} -C ${WRKSRC} -cf- . | ${GTAR} -C ${PREFIX}/jre -xpf-
-.include "../../mk/bsd.pkg.mk"
+.include "../../emulators/suse_linux/Makefile.application"
# These need to be after bsd.pkg.mk