diff --git a/sysutils/cfengine-devel/Makefile b/sysutils/cfengine-devel/Makefile index 0ed35a01fa6e..14d55a0a33f1 100644 --- a/sysutils/cfengine-devel/Makefile +++ b/sysutils/cfengine-devel/Makefile @@ -55,7 +55,8 @@ LIB_DEPENDS+= libpcre.so:devel/pcre \ libpcre2-posix.so:devel/pcre2 \ liblmdb.so:databases/lmdb \ libyaml.so:textproc/libyaml \ - libcurl.so:ftp/curl + libcurl.so:ftp/curl \ + librsync.so:net/librsync OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT diff --git a/sysutils/cfengine325/Makefile b/sysutils/cfengine325/Makefile index 69e4ae5e5a16..2a5f20c53195 100644 --- a/sysutils/cfengine325/Makefile +++ b/sysutils/cfengine325/Makefile @@ -49,7 +49,8 @@ LIB_DEPENDS+= libpcre.so:devel/pcre \ libpcre2-posix.so:devel/pcre2 \ liblmdb.so:databases/lmdb \ libyaml.so:textproc/libyaml \ - libcurl.so:ftp/curl + libcurl.so:ftp/curl \ + librsync.so:net/librsync OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT