601583c320
Patch provided by Sergey Svishchev in private mail.
10 lines
229 B
Makefile
10 lines
229 B
Makefile
# $NetBSD: options.mk,v 1.2 2007/02/22 19:26:12 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.ninja
|
|
PKG_SUPPORTED_OPTIONS= inet6
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Minet6)
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
.endif
|