summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-08-05 18:41:52 +0000
committertron <tron@pkgsrc.org>2007-08-05 18:41:52 +0000
commit6762664d3f559e9bc967fbce008cd41daf5ec556 (patch)
treeb78c618e52e24803afec3b9ba0bd9cd1b53dee6c /mail
parent70cccabbd688b49cab0498df169bed8a01fa5261 (diff)
downloadpkgsrc-6762664d3f559e9bc967fbce008cd41daf5ec556.tar.gz
Make IPv6 support work again, bump package revision.
Diffstat (limited to 'mail')
-rw-r--r--mail/imap-uw/Makefile4
-rw-r--r--mail/imap-uw/options.mk6
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 1b403cca332..8c036d26450 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2007/08/05 04:51:34 obache Exp $
+# $NetBSD: Makefile,v 1.120 2007/08/05 18:41:52 tron Exp $
#
# ATTENTION:
# The Kerberos support in this software is known to be problematic. If you
@@ -11,7 +11,7 @@
DISTNAME= imap-2006j2
PKGNAME= ${DISTNAME:S/-/-uw-/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/
EXTRACT_SUFX= .tar.Z
diff --git a/mail/imap-uw/options.mk b/mail/imap-uw/options.mk
index ebd644e3ea3..92290ea5dd8 100644
--- a/mail/imap-uw/options.mk
+++ b/mail/imap-uw/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2007/08/03 17:03:29 obache Exp $
+# $NetBSD: options.mk,v 1.5 2007/08/05 18:41:52 tron Exp $
.include "../../mk/bsd.prefs.mk"
@@ -26,9 +26,9 @@ PKG_SUPPORTED_OPTIONS+= kerberos
### Support both IPv6 and IPv4 connections.
###
.if !empty(PKG_OPTIONS:Minet6)
-MAKE_FLAGS+= IP6=6
+MAKE_FLAGS+= IP=6
.else
-MAKE_FLAGS+= IP6=4
+MAKE_FLAGS+= IP=4
.endif
###