summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorsalo <salo>2006-06-09 16:37:18 +0000
committersalo <salo>2006-06-09 16:37:18 +0000
commit03234a1ef9366679f78fa68eb83762839cd587a8 (patch)
treecb8f12fe2a208352cf2f1255f957ec311d72e2a7 /www
parent346c627968d26c4c1f18aa3996b510f507412447 (diff)
downloadpkgsrc-03234a1ef9366679f78fa68eb83762839cd587a8.tar.gz
firefox-bin requires libraries from suse_compat when using SUSE 10.0
Diffstat (limited to 'www')
-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."