diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/knot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/knot/Makefile b/dns/knot/Makefile index 685d5189807f..d6f461c75f37 100644 --- a/dns/knot/Makefile +++ b/dns/knot/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ flex>=2.5.35_1:${PORTSDIR}/textproc/flex -LIB_DEPENDS= urcu:${PORTSDIR}/sysutils/userspace-rcu +LIB_DEPENDS= urcu:${PORTSDIR}/sysutils/liburcu CONFIGURE_ARGS= --sysconfdir=${ETCDIR} GNU_CONFIGURE= yes |