summaryrefslogtreecommitdiff
path: root/mail/imap-uw
diff options
context:
space:
mode:
authorwiz <wiz>2005-11-11 23:22:33 +0000
committerwiz <wiz>2005-11-11 23:22:33 +0000
commit2ff6106bc18424960ddec73d674627eba0ff5f52 (patch)
treeb48fa701fdee99193e9590ec6d56dd3401763891 /mail/imap-uw
parentc14096e80640104c5ae1fe15af4a4788f982840a (diff)
downloadpkgsrc-2ff6106bc18424960ddec73d674627eba0ff5f52.tar.gz
Fix build on non-NetBSD. PR 32048 by Brandon Bergren.
Diffstat (limited to 'mail/imap-uw')
-rw-r--r--mail/imap-uw/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 23e1b9e0400..f571a06899b 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2005/11/02 11:14:30 adrianp Exp $
+# $NetBSD: Makefile,v 1.104 2005/11/11 23:22:33 wiz Exp $
#
# ATTENTION:
# The Kerberos support in this software is known to be problematic. If you
@@ -43,8 +43,6 @@ 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.*)
@@ -52,6 +50,9 @@ PKG_SUPPORTED_OPTIONS+= kerberos
. endif
.endif
+PKG_OPTIONS_VAR= PKG_OPTIONS.imap-uw
+PKG_SUPPORTED_OPTIONS+= inet6
+
.include "../../mk/bsd.options.mk"
.if empty(PKG_OPTIONS:Minet6)