diff options
author | dillo <dillo> | 2005-05-31 10:01:36 +0000 |
---|---|---|
committer | dillo <dillo> | 2005-05-31 10:01:36 +0000 |
commit | 3d75323aa5391188ab027b2688faacf8286ace0c (patch) | |
tree | 54f5cc64fe8b06d4695748b3d5b9967e8c030117 /net/netbsd-tap | |
parent | 12f654f60a47071640b457d59c5edb54b8757615 (diff) | |
download | pkgsrc-3d75323aa5391188ab027b2688faacf8286ace0c.tar.gz |
Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also,
make use of PKG_OPTIONS_LEGACY_VARS.
Reviewed by wiz.
Diffstat (limited to 'net/netbsd-tap')
-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 9b14ab2c42f..021c7896cce 100644 --- a/net/netbsd-tap/options.mk +++ b/net/netbsd-tap/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.2 2005/02/20 21:50:57 cube Exp $ +# $NetBSD: options.mk,v 1.3 2005/05/31 10:01:39 dillo Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.netbsd-tap PKG_SUPPORTED_OPTIONS= bpf -PKG_DEFAULT_OPTIONS?= bpf +PKG_SUGGESTED_OPTIONS= bpf .include "../../mk/bsd.options.mk" |