diff options
author | grant <grant@pkgsrc.org> | 2004-03-05 14:06:27 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-05 14:06:27 +0000 |
commit | acda4da6f229172590362face1cf3cebd3a83183 (patch) | |
tree | 70650189dcddb311bea3cfe6876992172669487e /www | |
parent | 8fd4a539fdc2d9aec66c4978d9cac6bfd80114c2 (diff) | |
download | pkgsrc-acda4da6f229172590362face1cf3cebd3a83183.tar.gz |
simplify ONLY_FOR_PLATFORM
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-gtk2-bin/Makefile | 4 |
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" |