pkgsrc/net/argus/options.mk
markd 886cab8ed4 Fix finding perl in the Configure for the new tools infrastructure.
Also change dependencies from build to run as needed while in use.

oked during "deep freeze" by Alistair Crooks.
2005-06-22 13:14:50 +00:00

11 lines
289 B
Makefile

# $NetBSD: options.mk,v 1.2 2005/06/22 13:14:50 markd Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.argus
PKG_SUPPORTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Minet6)
DEPENDS+= fping6-[0-9]*:../../net/fping6
DEPENDS+= p5-Socket6>=0.12:../../net/p5-Socket6
.endif