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/balsa2 | |
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/balsa2')
-rw-r--r-- | mail/balsa2/options.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/balsa2/options.mk b/mail/balsa2/options.mk index e0fc6e66979..fa505652aa7 100644 --- a/mail/balsa2/options.mk +++ b/mail/balsa2/options.mk @@ -1,10 +1,6 @@ -# $NetBSD: options.mk,v 1.1 2004/11/14 17:02:03 jmmv Exp $ +# $NetBSD: options.mk,v 1.2 2004/11/17 19:56:49 xtraeme Exp $ # -.if defined(USE_OPENLDAP) && ${USE_OPENLDAP} == YES -PKG_DEFAULT_OPTIONS+= openldap -.endif - PKG_OPTIONS_VAR= PKG_OPTIONS.balsa2 PKG_SUPPORTED_OPTIONS= openldap ssl |