1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Optionally disable IPv6 support. Required to run on IPv4-only systems.

PR:		ports/148252
Submitted by:	Emil Smolenski
Feature safe:	yes
This commit is contained in:
Johan van Selst 2010-06-30 05:39:18 +00:00
parent d9dd1cdb02
commit d06523c585
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257188

View File

@ -7,7 +7,7 @@
PORTNAME= freeciv
PORTVERSION= 2.2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION}
@ -63,6 +63,10 @@ CONFIGURE_ARGS+=--enable-auth --with-mysql-prefix=${LOCALBASE}
USE_MYSQL= yes
.endif
.ifdef WITHOUT_IPV6
CONFIGURE_ARGS+=--disable-ipv6
.endif
.ifdef WITHOUT_NLS
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "