summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz>2005-11-11 23:22:33 +0000
committerwiz <wiz>2005-11-11 23:22:33 +0000
commit634e9f3f84c224af8303cf96cc2dda24d3e16d69 (patch)
treeb48fa701fdee99193e9590ec6d56dd3401763891 /mail
parente677392d6ccda2486e446c885ed68272ed47ed36 (diff)
downloadpkgsrc-634e9f3f84c224af8303cf96cc2dda24d3e16d69.tar.gz
Fix build on non-NetBSD. PR 32048 by Brandon Bergren.
Diffstat (limited to 'mail')
-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)