summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
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)