diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-11 23:22:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-11 23:22:33 +0000 |
commit | 6bcc09a8cac198c9b3bb60f792750fcaae77cc3d (patch) | |
tree | b48fa701fdee99193e9590ec6d56dd3401763891 /mail/imap-uw | |
parent | 4f856a865d9f9d857c02304ac0015853a254d4db (diff) | |
download | pkgsrc-6bcc09a8cac198c9b3bb60f792750fcaae77cc3d.tar.gz |
Fix build on non-NetBSD. PR 32048 by Brandon Bergren.
Diffstat (limited to 'mail/imap-uw')
-rw-r--r-- | mail/imap-uw/Makefile | 7 |
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) |