summaryrefslogtreecommitdiff
path: root/www/firefox-bin
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-06-09 16:37:18 +0000
committersalo <salo@pkgsrc.org>2006-06-09 16:37:18 +0000
commitde3adebec209be6fca7ebb2668c48d908943399c (patch)
treecb8f12fe2a208352cf2f1255f957ec311d72e2a7 /www/firefox-bin
parentfa7b0636a6fa1cf8d2cbb695e7b981be02812c51 (diff)
downloadpkgsrc-de3adebec209be6fca7ebb2668c48d908943399c.tar.gz
firefox-bin requires libraries from suse_compat when using SUSE 10.0
Diffstat (limited to 'www/firefox-bin')
-rw-r--r--www/firefox-bin/Makefile.NetBSD.i3865
1 files changed, 4 insertions, 1 deletions
diff --git a/www/firefox-bin/Makefile.NetBSD.i386 b/www/firefox-bin/Makefile.NetBSD.i386
index 3c946235107..a24e88ef917 100644
--- a/www/firefox-bin/Makefile.NetBSD.i386
+++ b/www/firefox-bin/Makefile.NetBSD.i386
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile.NetBSD.i386,v 1.8 2005/12/05 20:51:12 rillig Exp $
+# $NetBSD: Makefile.NetBSD.i386,v 1.9 2006/06/09 16:37:18 salo Exp $
BUILD_DEFS+= MOZILLA_USE_LINUX
.if defined(MOZILLA_USE_LINUX)
ONLY_FOR_PLATFORM+= NetBSD-*-i386
. include "Makefile.Linux.i386"
+. if defined(SUSE_PREFER) && !empty(SUSE_PREFER:M10.0)
+DEPENDS+= suse_compat>=10.0:../../emulators/suse100_compat
+. endif
.else
PKG_SKIP_REASON+= "No native pre-built NetBSD binary available."
PKG_SKIP_REASON+= "Set MOZILLA_USE_LINUX if you want to use the Linux binary."