summaryrefslogtreecommitdiff
path: root/mail/ezmlm-idx
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-11-17 19:56:49 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-11-17 19:56:49 +0000
commit54d05fa49aacef69246df9d101e7ed52ea86cadd (patch)
tree53ab723e0a6ce8b3206592bcc2acebd6f45c7f75 /mail/ezmlm-idx
parent9418b1ff378c1e41a675ba521d4a3b183a824a36 (diff)
downloadpkgsrc-54d05fa49aacef69246df9d101e7ed52ea86cadd.tar.gz
Remove obsolete variables. You'll want to use:
PKG_OPTIONS.<pkg>+= foo blah
Diffstat (limited to 'mail/ezmlm-idx')
-rw-r--r--mail/ezmlm-idx/options.mk16
1 files changed, 1 insertions, 15 deletions
diff --git a/mail/ezmlm-idx/options.mk b/mail/ezmlm-idx/options.mk
index bc4c6cde039..284e2fdc405 100644
--- a/mail/ezmlm-idx/options.mk
+++ b/mail/ezmlm-idx/options.mk
@@ -1,18 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2004/10/29 07:07:44 xtraeme Exp $
-
-# Legacy options
-#
-# XXX Support for the following variables will be removed after the
-# XXX pkgsrc-2004Q3 branch is released:
-# XXX
-# XXX EZMLM_IDX_USE_MYSQL EZMLM_IDX_USE_PGSQL
-#
-.if defined(EZMLM_IDX_USE_MYSQL) && !empty(EZMLM_IDX_USE_MYSQL:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= mysql
-.endif
-.if defined(EZMLM_IDX_USE_PGSQL) && !empty(EZMLM_IDX_USE_PGSQL:M[yY][eE][sS])
-PKG_DEFAULT_OPTIONS+= pgsql
-.endif
+# $NetBSD: options.mk,v 1.4 2004/11/17 19:56:49 xtraeme Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ezmlm-idx
PKG_SUPPORTED_OPTIONS= mysql pgsql