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.
This commit is contained in:
jlam 2001-07-15 15:14:08 +00:00
parent 545cda1d74
commit c8e0c7fe20

View file

@ -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