summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgrant <grant>2004-07-12 07:21:38 +0000
committergrant <grant>2004-07-12 07:21:38 +0000
commit54e74893939a1c3cc9ecfe1c3df44325832cb505 (patch)
tree8455257911d00cf3b76e8da8dfd446cdc9cd3bed /www
parent3b8793e5c4563278812c21900792f944839646d1 (diff)
downloadpkgsrc-54e74893939a1c3cc9ecfe1c3df44325832cb505.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.i38611
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