d918866e3f
USE_PERL5 -> USE_TOOLS+=perl.
11 lines
299 B
Makefile
11 lines
299 B
Makefile
# $NetBSD: options.mk,v 1.1 2005/06/08 14:48:13 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.argus
|
|
PKG_SUPPORTED_OPTIONS= inet6
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Minet6)
|
|
BUILD_DEPENDS+= fping6-[0-9]*:../../net/fping6
|
|
BUILD_DEPENDS+= p5-Socket6>=0.12:../../net/p5-Socket6
|
|
.endif
|