summaryrefslogtreecommitdiff
path: root/security/opendnssec2
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 /security/opendnssec2
parent9ff30f7d72b8420876e41842ca2d39b000d4c227 (diff)
downloadpkgsrc-cac3dcc8258ed3c03378296aa491c02bc53c2194.tar.gz
*: finish move of botan to versioned directories
Diffstat (limited to 'security/opendnssec2')
-rw-r--r--security/opendnssec2/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/opendnssec2/options.mk b/security/opendnssec2/options.mk
index 50227dcbaf1..139a58c4eb2 100644
--- a/security/opendnssec2/options.mk
+++ b/security/opendnssec2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2019/11/06 13:44:38 he Exp $
+# $NetBSD: options.mk,v 1.2 2022/04/01 08:07:28 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.opendnssec
PKG_SUPPORTED_OPTIONS= softhsm2
@@ -10,6 +10,5 @@ PKG_SUGGESTED_OPTIONS= softhsm2
### SoftHSM
###
.if !empty(PKG_OPTIONS:Msofthsm2)
-DEPENDS+= softhsm2-[0-9]*:../../security/softhsm2
.include "../../security/softhsm2/buildlink3.mk"
.endif