sysutils/cfengine*: Fix configure

cfengine325 and -devel now depend on librsync.
This commit is contained in:
Cy Schubert 2025-01-08 14:14:07 -08:00
parent fdbbcfca6c
commit b27cb9a70a
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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