update Sat Oct 3 06:37:00 PDT 2009
[pkgsrc.git] / wip / ortp / options.mk
1 # $NetBSD$
2 #
3
4 PKG_OPTIONS_VAR=        PKG_OPTIONS.ortp
5 PKG_SUPPORTED_OPTIONS=  inet6
6
7 .include "../../mk/bsd.options.mk"
8
9 .if !empty(PKG_OPTIONS:Minet6)
10 CONFIGURE_ARGS+=        --enable-ipv6
11 .endif