diff options
author | salo <salo@pkgsrc.org> | 2006-06-09 16:37:18 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-06-09 16:37:18 +0000 |
commit | de3adebec209be6fca7ebb2668c48d908943399c (patch) | |
tree | cb8f12fe2a208352cf2f1255f957ec311d72e2a7 /www/firefox-bin | |
parent | fa7b0636a6fa1cf8d2cbb695e7b981be02812c51 (diff) | |
download | pkgsrc-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.i386 | 5 |
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." |