summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjlam <jlam>2001-07-15 15:14:08 +0000
committerjlam <jlam>2001-07-15 15:14:08 +0000
commit7fe5df15a50687b2c2ff7851c9e252c84fbfe7a3 (patch)
treedc4295a92858bb323a9f6505b7b8c26a6c475551 /lang
parent142c62a0536b3c1b74259770e22ff3a0b49f7b53 (diff)
downloadpkgsrc-7fe5df15a50687b2c2ff7851c9e252c84fbfe7a3.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.
Diffstat (limited to 'lang')
-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