diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/netbsd-tap/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netbsd-tap/options.mk b/net/netbsd-tap/options.mk index 021c7896cce..7e22fe759ae 100644 --- a/net/netbsd-tap/options.mk +++ b/net/netbsd-tap/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2005/05/31 10:01:39 dillo Exp $ +# $NetBSD: options.mk,v 1.4 2006/07/21 14:27:56 jlam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.netbsd-tap PKG_SUPPORTED_OPTIONS= bpf @@ -7,7 +7,7 @@ PKG_SUGGESTED_OPTIONS= bpf .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mbpf) -BUILD_ENV+= USE_BPF=YES +PKGSRC_MAKE_ENV+= USE_BPF=YES .endif TAP_KERNEL_ENV?= # empty |