summaryrefslogtreecommitdiff
path: root/www/mozilla
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-10-03 21:36:58 +0000
committerwiz <wiz@pkgsrc.org>2005-10-03 21:36:58 +0000
commit2ab9feaa66ab3cd27a9fe5cc1e4333cf7a16aeaf (patch)
treeb8194c9b66dc4ad7308b3b1dd1e0cc96a2c5fa9f /www/mozilla
parenta66ec3d2fd1436063b198fa652ac48028aaf59e6 (diff)
downloadpkgsrc-2ab9feaa66ab3cd27a9fe5cc1e4333cf7a16aeaf.tar.gz
Get rid of some more stuff that was to be removed after 2005Q3.
Diffstat (limited to 'www/mozilla')
-rw-r--r--www/mozilla/gecko-options.mk15
1 files changed, 1 insertions, 14 deletions
diff --git a/www/mozilla/gecko-options.mk b/www/mozilla/gecko-options.mk
index 1141b0fcfb4..483dce2d69f 100644
--- a/www/mozilla/gecko-options.mk
+++ b/www/mozilla/gecko-options.mk
@@ -1,18 +1,5 @@
-# $NetBSD: gecko-options.mk,v 1.2 2005/09/28 12:04:29 rillig Exp $
+# $NetBSD: gecko-options.mk,v 1.3 2005/10/03 21:36:59 wiz Exp $
PKG_OPTIONS_REQUIRED_GROUPS+= gecko
PKG_OPTIONS_GROUP.gecko= firefox mozilla
PKG_SUGGESTED_OPTIONS+= firefox
-
-.include "../../mk/bsd.prefs.mk"
-
-# can be removed after 2005Q3
-.if defined(GECKO_PROVIDER)
-. if ${GECKO_PROVIDER} == "firefox"
-PKG_LEGACY_OPTIONS+=firefox
-PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable GECKO_PROVIDER used, use PKG_DEFAULT_OPTIONS+=firefox instead."
-. else
-PKG_LEGACY_OPTIONS+=mozilla
-PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable GECKO_PROVIDER used, use PKG_DEFAULT_OPTIONS+=mozilla instead."
-. endif
-.endif