summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-01 08:07:28 +0000
committerwiz <wiz@pkgsrc.org>2022-04-01 08:07:28 +0000
commitcac3dcc8258ed3c03378296aa491c02bc53c2194 (patch)
treefcaca54ddbd24fd0d53ffeeacb94deb004d25dcd /net
parent9ff30f7d72b8420876e41842ca2d39b000d4c227 (diff)
downloadpkgsrc-cac3dcc8258ed3c03378296aa491c02bc53c2194.tar.gz
*: finish move of botan to versioned directories
Diffstat (limited to 'net')
-rw-r--r--net/powerdns/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/powerdns/options.mk b/net/powerdns/options.mk
index d9c86e12515..93954eb6aa2 100644
--- a/net/powerdns/options.mk
+++ b/net/powerdns/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2020/07/02 13:01:38 otis Exp $
+# $NetBSD: options.mk,v 1.9 2022/04/01 08:07:28 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.powerdns
PKG_SUPPORTED_OPTIONS= bind botan luarecords pipe random remote sqlite tools zeromq
@@ -15,7 +15,7 @@ PLIST.bind= yes
.if !empty(PKG_OPTIONS:Mbotan)
.include "../../devel/gmp/buildlink3.mk"
-.include "../../security/botan-devel/buildlink3.mk"
+.include "../../security/botan2/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mluarecords)