summaryrefslogtreecommitdiff
path: root/www/firefox-gtk2-bin
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-03-05 14:06:27 +0000
committergrant <grant@pkgsrc.org>2004-03-05 14:06:27 +0000
commit02dc84c9bac4ab41e9b4f3d52c29389e8a52bd4c (patch)
tree70650189dcddb311bea3cfe6876992172669487e /www/firefox-gtk2-bin
parent7163918863334647ca6935c63320bd8ef3a16a89 (diff)
downloadpkgsrc-02dc84c9bac4ab41e9b4f3d52c29389e8a52bd4c.tar.gz
simplify ONLY_FOR_PLATFORM
Diffstat (limited to 'www/firefox-gtk2-bin')
-rw-r--r--www/firefox-gtk2-bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox-gtk2-bin/Makefile b/www/firefox-gtk2-bin/Makefile
index 9eb500d45fa..0255e103c70 100644
--- a/www/firefox-gtk2-bin/Makefile
+++ b/www/firefox-gtk2-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/02/09 10:36:54 grant Exp $
+# $NetBSD: Makefile,v 1.2 2004/03/05 14:06:27 grant Exp $
MOZILLA= firefox
MOZ_VER= 0.8
@@ -8,6 +8,6 @@ COMMENT= Lightweight gecko-based web browser (gtk2 binary pkg)
MOZ_GTK2= YES
-ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86
+ONLY_FOR_PLATFORM+= Linux-*-i386
.include "../../www/mozilla-bin/Makefile.common"