diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-17 19:56:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-17 19:56:49 +0000 |
commit | 54d05fa49aacef69246df9d101e7ed52ea86cadd (patch) | |
tree | 53ab723e0a6ce8b3206592bcc2acebd6f45c7f75 /mail/ezmlm-idx | |
parent | 9418b1ff378c1e41a675ba521d4a3b183a824a36 (diff) | |
download | pkgsrc-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.mk | 16 |
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 |