From b27cb9a70ad0a17c5d38ab99730d2c860093eccd Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Wed, 8 Jan 2025 14:14:07 -0800 Subject: [PATCH] sysutils/cfengine*: Fix configure cfengine325 and -devel now depend on librsync. --- sysutils/cfengine-devel/Makefile | 3 ++- sysutils/cfengine325/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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