diff options
author | grant <grant> | 2004-07-12 07:21:38 +0000 |
---|---|---|
committer | grant <grant> | 2004-07-12 07:21:38 +0000 |
commit | 851ddb82fb601e81ab09af1b366bad37cc0b7a11 (patch) | |
tree | 8455257911d00cf3b76e8da8dfd446cdc9cd3bed /www/firefox-bin | |
parent | 2561e9de242f6687f9cdd210a094e4b535de03f5 (diff) | |
download | pkgsrc-851ddb82fb601e81ab09af1b366bad37cc0b7a11.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 |