summaryrefslogtreecommitdiff
path: root/mail/imap-uw/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2005-10-05 13:29:49 +0000
committerwiz <wiz>2005-10-05 13:29:49 +0000
commit813045038052ffa056be024446c648238b28e790 (patch)
tree5ecdf8abc397aa005a5d5717e7133a0ce6eadbcb /mail/imap-uw/Makefile
parente50ce2a3b677282295c74f67e91ba9b59ef04941 (diff)
downloadpkgsrc-813045038052ffa056be024446c648238b28e790.tar.gz
Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
Diffstat (limited to 'mail/imap-uw/Makefile')
-rw-r--r--mail/imap-uw/Makefile9
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)