Add WITHOUT_IPV6 knob

Submitted by:	"Gustavo A. Baratto" <gbaratto@superb.net>
This commit is contained in:
Oliver Lehmann 2005-02-04 23:44:16 +00:00
parent 4f3746a16b
commit 73c56ea05b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128050

View File

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