pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox-bin firefox-bin requires libraries from su...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee51ed6b3e4c
branches:  trunk
changeset: 514266:ee51ed6b3e4c
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Jun 09 16:37:18 2006 +0000

description:
firefox-bin requires libraries from suse_compat when using SUSE 10.0

diffstat:

 www/firefox-bin/Makefile.NetBSD.i386 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8413db6da29d -r ee51ed6b3e4c www/firefox-bin/Makefile.NetBSD.i386
--- a/www/firefox-bin/Makefile.NetBSD.i386      Fri Jun 09 16:35:04 2006 +0000
+++ b/www/firefox-bin/Makefile.NetBSD.i386      Fri Jun 09 16:37:18 2006 +0000
@@ -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."



Home | Main Index | Thread Index | Old Index