diff options
author | mike <mike@pkgsrc.org> | 2009-03-19 00:30:39 +0000 |
---|---|---|
committer | mike <mike@pkgsrc.org> | 2009-03-19 00:30:39 +0000 |
commit | d956891969ccdc0dc87a4c1b8c923ed939d4ebcd (patch) | |
tree | 01bb4b39430539ee916f91f83036bd355532f3d0 /www/firefox3-bin | |
parent | fa242c81fdcf025b24e74bb16e5ad8b3a279dd86 (diff) | |
download | pkgsrc-d956891969ccdc0dc87a4c1b8c923ed939d4ebcd.tar.gz |
Disable firefox3-bin package on NetBSD. Package installs but binary will
not run as it requires a newer version of GTK+ 2.x than supported by the
suse_gtk2 package.
Diffstat (limited to 'www/firefox3-bin')
-rw-r--r-- | www/firefox3-bin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/firefox3-bin/Makefile b/www/firefox3-bin/Makefile index 69a36e1f149..b75e9a39dd3 100644 --- a/www/firefox3-bin/Makefile +++ b/www/firefox3-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/11/20 13:11:19 tron Exp $ +# $NetBSD: Makefile,v 1.6 2009/03/19 00:30:39 mike Exp $ MOZILLA= firefox MOZ_VER= 3.0.2 @@ -7,6 +7,9 @@ MOZ_DISTVER= ${MOZ_VER} HOMEPAGE= http://www.mozilla.com/en-US/firefox/ COMMENT= Lightweight gecko-based web browser (binary package) +# requires newer version of GTK+ than supported by suse_gtk2 package +NOT_FOR_PLATFORM= NetBSD-*-* + DIST_SUBDIR= ${MOZILLA}/releases/${MOZ_DIR} EMUL_PLATFORMS= linux-i386 |