--- app/app/app.cpp.orig 2023-01-16 19:49:55 UTC
+++ app/app/app.cpp
@@ -63,6 +63,10 @@ QStringList App::nodePaths() const
paths << applicationDirPath() + "/sb/nodes";
paths << applicationDirPath() + "/../share/antimony/nodes";
+#elif defined Q_OS_FREEBSD
+
+ paths << applicationDirPath() + "/sb/nodes";
+ paths << applicationDirPath() + "/../share/antimony/nodes";
#elif defined Q_OS_WIN32
paths << applicationDirPath() + "/sb/nodes";