diff options
author | obache <obache@pkgsrc.org> | 2010-08-21 12:04:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-21 12:04:52 +0000 |
commit | 08707aaa3a64708139eb2dd6a1cb27b5f8b847dc (patch) | |
tree | b327cf075827858755022a377fe4aab8ced86618 /net | |
parent | 5497ab8c178720707f626b6a7f647e497c55972f (diff) | |
download | pkgsrc-08707aaa3a64708139eb2dd6a1cb27b5f8b847dc.tar.gz |
Add libsmi option.
Requested by PR#32371.
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpdump/options.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/tcpdump/options.mk b/net/tcpdump/options.mk index 8f41d09f184..b68ec805728 100644 --- a/net/tcpdump/options.mk +++ b/net/tcpdump/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.1 2005/06/12 19:41:45 salo Exp $ +# $NetBSD: options.mk,v 1.2 2010/08/21 12:04:52 obache Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tcpdump -PKG_SUPPORTED_OPTIONS= inet6 ssl +PKG_SUPPORTED_OPTIONS= inet6 ssl libsmi PKG_SUGGESTED_OPTIONS= ssl .include "../../mk/bsd.options.mk" @@ -18,3 +18,7 @@ USE_OLD_DES_API= yes .else CONFIGURE_ARGS+= --without-crypto .endif + +.if !empty(PKG_OPTIONS:Mlibsmi) +.include "../../devel/libsmi/buildlink3.mk" +.endif |