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 | b31ad145af2957dd3fbb8514e80d4cd24d11d8ed (patch) | |
tree | 8455257911d00cf3b76e8da8dfd446cdc9cd3bed /www/firefox-bin | |
parent | bbd12c20629c74f090625c6a9d564fd13b2faf9c (diff) | |
download | pkgsrc-b31ad145af2957dd3fbb8514e80d4cd24d11d8ed.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/firefox-bin')
-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 |