1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- 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)
This commit is contained in:
Martin Wilke 2007-12-14 20:59:53 +00:00
parent 9326ebd9c8
commit 059bc3f5b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203640

View File

@ -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