git: b27cb9a70ad0 - main - sysutils/cfengine*: Fix configure
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jan 2025 22:15:55 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b27cb9a70ad0a17c5d38ab99730d2c860093eccd commit b27cb9a70ad0a17c5d38ab99730d2c860093eccd Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2025-01-08 22:14:07 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2025-01-08 22:15:05 +0000 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