diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-05 13:29:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-05 13:29:49 +0000 |
commit | e7e8b876967f37354fa943c1cd2679642f429f1a (patch) | |
tree | 5ecdf8abc397aa005a5d5717e7133a0ce6eadbcb /mail/imap-uw | |
parent | c247465a04a421ace845965ab3d601699ee57e34 (diff) | |
download | pkgsrc-e7e8b876967f37354fa943c1cd2679642f429f1a.tar.gz |
Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
Diffstat (limited to 'mail/imap-uw')
-rw-r--r-- | mail/imap-uw/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index cc8da4dfa2d..10fb9c65cb0 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2005/10/02 20:26:24 minskim Exp $ +# $NetBSD: Makefile,v 1.101 2005/10/05 13:29:51 wiz Exp $ # # ATTENTION: # The Kerberos support in this software is known to be problematic. If you @@ -42,18 +42,15 @@ BUILD_TARGET= osf .else BUILD_TARGET= neb +PKG_OPTIONS_VAR= PKG_OPTIONS.imap-uw +PKG_SUPPORTED_OPTIONS+= inet6 # Kerberos is explicitly not enabled on NetBSD 1.x due to interoperability # issues with later versions of OpenSSL (e.g. 0.9.7) . if empty(MACHINE_PLATFORM:MNetBSD-1.*) PKG_SUPPORTED_OPTIONS+= kerberos - -PKG_OPTIONS_LEGACY_VARS+= USE_KERBEROS:kerberos . endif .endif -PKG_OPTIONS_VAR= PKG_OPTIONS.imap-uw -PKG_SUPPORTED_OPTIONS+= inet6 - .include "../../mk/bsd.options.mk" .if empty(PKG_OPTIONS:Minet6) |