summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-14 20:59:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-14 20:59:53 +0000
commit059bc3f5b0f83ba1d52d1e2b77934787134bc5ff (patch)
treef018436385f64326457a1a06644ec9480836c6f5 /mail
parentMUMmer is a modular system for the rapid whole genome alignment of finished (diff)
- Fix IPV6 Knob (ipv6 is disable for compilation but enable in config.)
PR: 118669 Submitted by: Éric JACQUOT <ejacquot@delfic.org> Approved by: maintainer (implicit)
Notes
Notes: svn path=/head/; revision=203640
Diffstat (limited to 'mail')
-rw-r--r--mail/claws-mail/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index c2e0356a8d8e..cc6fe4c088f2 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -7,6 +7,7 @@
PORTNAME= claws-mail
PORTVERSION= 3.0.2
+PORTREVISION= 1
CATEGORIES= mail news ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sylpheed-claws
@@ -166,7 +167,7 @@ PLIST_SUB+= DILLO="@comment "
CONFIGURE_ARGS+= --disable-dillo-viewer-plugin
.endif
-.if defined(WITHOUT_IPV6) || defined(WITH_ALL)
+.if !defined(WITHOUT_IPV6) || defined(WITH_ALL)
CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6