summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-15 15:14:08 +0000
committerjlam <jlam@pkgsrc.org>2001-07-15 15:14:08 +0000
commitc8e0c7fe20996582d2a41d7412a6fed7ffa6c596 (patch)
treedc4295a92858bb323a9f6505b7b8c26a6c475551
parent545cda1d7478362d399ad67201dcc39511bf43e3 (diff)
downloadpkgsrc-c8e0c7fe20996582d2a41d7412a6fed7ffa6c596.tar.gz
Add dependency on suse_compat for non-Linux platforms. I found this
necessary to use the JRE within konqueror to load the Yahoo! bridge client.
-rw-r--r--lang/sun-jre13/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile
index 60e3864410c..fb513ff0fab 100644
--- a/lang/sun-jre13/Makefile
+++ b/lang/sun-jre13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/06/12 16:31:47 skrll Exp $
+# $NetBSD: Makefile,v 1.12 2001/07/15 15:14:08 jlam Exp $
#
# MASTER_SITES is very special, and must end in "=":
@@ -29,6 +29,7 @@ NO_BIN_ON_FTP= ${RESTRICTED}
# Needs to be after bsd.prefs.mk
.if ${OPSYS} != "Linux"
+DEPENDS+= suse_compat-*:../../emulators/suse_compat
DEPENDS+= suse_x11-*:../../emulators/suse_x11
.endif