summaryrefslogtreecommitdiff
path: root/net/netbsd-tap
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-21 14:27:56 +0000
committerjlam <jlam>2006-07-21 14:27:56 +0000
commit7c375bb09c26817a5fb7a2764ce063e868e2bf4b (patch)
tree7caa897b86d23c2822e6d9c8f6d7d3dfeb078d5e /net/netbsd-tap
parent6b8cf87c2b4bce8f4063c03ce87380b79c160aa3 (diff)
downloadpkgsrc-7c375bb09c26817a5fb7a2764ce063e868e2bf4b.tar.gz
"BUILD_ENV" was misnamed. It's actually the environment that is passed
to all internal recursive make processes. As such, rename it to "PKGSRC_MAKE_ENV". XXX Note, some of the usage of this variable in package Makefiles seems XXX incorrect. They probably want "MAKE_ENV", which is the environment XXX passed to the make process when running "make" within ${WRKSRC}.
Diffstat (limited to 'net/netbsd-tap')
-rw-r--r--net/netbsd-tap/options.mk4
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