diff options
author | tnn <tnn@pkgsrc.org> | 2009-04-21 16:47:48 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-04-21 16:47:48 +0000 |
commit | 6f00d6dc80eb1bb4f3b899885da1962ace482624 (patch) | |
tree | 4bd29646f27761b8309b7597db7a4a112c3116b9 /misc/openoffice3 | |
parent | 3d5213f155eb5950dec0d6494709476f460aed66 (diff) | |
download | pkgsrc-6f00d6dc80eb1bb4f3b899885da1962ace482624.tar.gz |
drop references to firefox-gtk1
Diffstat (limited to 'misc/openoffice3')
-rw-r--r-- | misc/openoffice3/options.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/openoffice3/options.mk b/misc/openoffice3/options.mk index bc1683ac481..f707b1a9fef 100644 --- a/misc/openoffice3/options.mk +++ b/misc/openoffice3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.13 2008/11/22 07:57:03 hira Exp $ +# $NetBSD: options.mk,v 1.14 2009/04/21 16:47:48 tnn Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.openoffice3 @@ -54,9 +54,6 @@ MOZ_FLAVOUR= seamonkey CONFIGURE_ARGS+= --with-system-mozilla=seamonkey .include "../../www/seamonkey/buildlink3.mk" # The following browsers do not install *.pc files. -#.elif !empty(PKG_OPTIONS:Mfirefox-gtk1) -#CONFIGURE_ARGS+= --with-system-mozilla=firefox -#.include "../../www/firefox-gtk1/buildlink3.mk" #.elif !empty(PKG_OPTIONS:Mseamonkey-gtk1) #CONFIGURE_ARGS+= --with-system-mozilla=seamonkey #.include "../../www/seamonkey-gtk1/buildlink3.mk" |