diff options
author | tron <tron@pkgsrc.org> | 2004-09-22 14:13:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-09-22 14:13:37 +0000 |
commit | 97205f0c53aec0ca48633baed40977597bcf8f96 (patch) | |
tree | 6b9675adbd7274dc7752d0dbb6d8d8e459ebf589 /www | |
parent | 02df4b0dfc40368a07f90c3a5f01fbf6eaf20c83 (diff) | |
download | pkgsrc-97205f0c53aec0ca48633baed40977597bcf8f96.tar.gz |
Readd Solaris x86 to list of support platforms.
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-bin/Makefile | 4 |
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" |