mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/cfengine*: Fix configure
cfengine325 and -devel now depend on librsync.
This commit is contained in:
parent
fdbbcfca6c
commit
b27cb9a70a
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue