summaryrefslogtreecommitdiff
path: root/mail/courier-imap
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-02-04 23:44:16 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-02-04 23:44:16 +0000
commit73c56ea05bfcde5b9a5084046e41d25150a32a76 (patch)
tree9d1a057d45fbbc1b5cf7c72e6da09b175ccd67e4 /mail/courier-imap
parentUpdate to bsd.java.mk 2.0 (diff)
Add WITHOUT_IPV6 knob
Submitted by: "Gustavo A. Baratto" <gbaratto@superb.net>
Notes
Notes: svn path=/head/; revision=128050
Diffstat (limited to 'mail/courier-imap')
-rw-r--r--mail/courier-imap/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile
index f7e2f7b96a26..a401c7bb1833 100644
--- a/mail/courier-imap/Makefile
+++ b/mail/courier-imap/Makefile
@@ -46,6 +46,7 @@ CONFIGURE_ENV= CFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
# WITH_DRAC: Build in DRAC support
# WITH_TRASHQUOTA: Include deleted mails in the quota
# WITH_GDBM: Use gdbm files instead of bdb
+# WITHOUT_IPV6 Don't build ipv6 support
#
CONFDIR?= ${PREFIX}/etc/${PORTNAME}
@@ -86,6 +87,10 @@ PLIST_SUB+= OPENSSLFLAG=
PLIST_SUB+= OPENSSLFLAG="@comment "
.endif
+.if defined(WITHOUT_IPV6)
+CONFIGURE_ARGS+=--without-ipv6
+.endif
+
.if defined(WITH_TRASHQUOTA)
CONFIGURE_ARGS+=--with-trashquota
.endif