pkgsrc/chat/jabberd/options.mk
2005-06-02 21:39:53 +00:00

10 lines
231 B
Makefile

# $NetBSD: options.mk,v 1.1 2005/06/02 21:39:53 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.jabberd
PKG_SUPPORTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
.endif