diff options
author | tnn <tnn> | 2009-04-21 16:47:48 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-04-21 16:47:48 +0000 |
commit | 739b4b6d9d299c113f79d59a3ee3c66a511c539b (patch) | |
tree | 4bd29646f27761b8309b7597db7a4a112c3116b9 /misc/openoffice2 | |
parent | cfdf9b464fdac4247bf7a1df0c95c8d35b5d7545 (diff) | |
download | pkgsrc-739b4b6d9d299c113f79d59a3ee3c66a511c539b.tar.gz |
drop references to firefox-gtk1
Diffstat (limited to 'misc/openoffice2')
-rw-r--r-- | misc/openoffice2/options.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/openoffice2/options.mk b/misc/openoffice2/options.mk index 15a72ac2bd0..0428698367e 100644 --- a/misc/openoffice2/options.mk +++ b/misc/openoffice2/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.23 2008/11/24 11:58:44 hira Exp $ +# $NetBSD: options.mk,v 1.24 2009/04/21 16:47:48 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.openoffice2 PKG_SUPPORTED_OPTIONS= cups gnome gtk2 kde nas ooo-external-libwpd @@ -46,9 +46,6 @@ CONFIGURE_ARGS+= --with-system-mozilla=firefox3 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" |