summaryrefslogtreecommitdiff
path: root/mail/imap-uw
diff options
context:
space:
mode:
authortron <tron>2007-08-05 18:41:52 +0000
committertron <tron>2007-08-05 18:41:52 +0000
commit5e5e7ffe2a06affd4376acdc8f20602a9c25ac56 (patch)
treeb78c618e52e24803afec3b9ba0bd9cd1b53dee6c /mail/imap-uw
parentd0488f7d9de462b6c2ea997fc807e1f3b796163b (diff)
downloadpkgsrc-5e5e7ffe2a06affd4376acdc8f20602a9c25ac56.tar.gz
Make IPv6 support work again, bump package revision.
Diffstat (limited to 'mail/imap-uw')
-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
###