diff options
author | grant <grant@pkgsrc.org> | 2004-07-12 07:21:38 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-12 07:21:38 +0000 |
commit | c2664c7a6745aec2cb592770139ad6d5bf2bd21e (patch) | |
tree | 8455257911d00cf3b76e8da8dfd446cdc9cd3bed /www | |
parent | 00dd3d519fb2931e7a7957f89d9cc07d90752b2b (diff) | |
download | pkgsrc-c2664c7a6745aec2cb592770139ad6d5bf2bd21e.tar.gz |
there are no builds for NetBSD yet and the Linux builds don't work out
of the box because they need a newer glibc which needs compat_linux
fixes, so just remove it for now instead of pretending it will work.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-bin/Makefile.NetBSD.i386 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/firefox-bin/Makefile.NetBSD.i386 b/www/firefox-bin/Makefile.NetBSD.i386 deleted file mode 100644 index 8c6c23ade61..00000000000 --- a/www/firefox-bin/Makefile.NetBSD.i386 +++ /dev/null @@ -1,11 +0,0 @@ -# $NetBSD: Makefile.NetBSD.i386,v 1.3 2004/06/29 14:47:10 grant Exp $ - -# .if defined(MOZILLA_USE_LINUX) -.include "Makefile.Linux.i386" -ONLY_FOR_PLATFORM+= NetBSD-*-i386 -# .else -# DISTNAME= ${MOZILLA}-${MOZ_VER}-i386-unknown-netbsdelf1.6 -# EXTRACT_SUFX= .tar.bz2 -# MOZ_PLATFORM= netbsd -# ONLY_FOR_PLATFORM+= NetBSD-1.6*-i386 NetBSD-2*-i386 -# .endif |