summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-09-22 14:13:37 +0000
committertron <tron@pkgsrc.org>2004-09-22 14:13:37 +0000
commit590a2f93718e146dce554fb631627b6f7255fea5 (patch)
tree6b9675adbd7274dc7752d0dbb6d8d8e459ebf589 /www
parent41be7b1d41e026dcd11db92de052ba1ff5a8ce85 (diff)
downloadpkgsrc-590a2f93718e146dce554fb631627b6f7255fea5.tar.gz
Readd Solaris x86 to list of support platforms.
Diffstat (limited to 'www')
-rw-r--r--www/mozilla-bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla-bin/Makefile b/www/mozilla-bin/Makefile
index c29530a2e57..33f1033619e 100644
--- a/www/mozilla-bin/Makefile
+++ b/www/mozilla-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/09/19 13:48:51 tron Exp $
+# $NetBSD: Makefile,v 1.19 2004/09/22 14:13:37 tron Exp $
MOZILLA= mozilla
MOZ_VER= 1.7.3
@@ -6,6 +6,6 @@ MOZ_VER= 1.7.3
COMMENT= Full featured gecko-based browser (binary pkg)
ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86 NetBSD-*-i386
-ONLY_FOR_PLATFORM+= SunOS-5.[89]*-sparc
+ONLY_FOR_PLATFORM+= SunOS-5.[89]*-i386 SunOS-5.[89]*-sparc
.include "../../www/mozilla-bin/Makefile.common"