net/freeswitch: Fix dependency
- There was a LIB_DEPENDS to postgresql12-client and also USES=pgsql for OPTIONS_DEFAULT PGSQL which caused a recursive dependency cylle to trigger rebuild everytime poudriere is being run. - Although in previous commits it was mentioned that it builds fine with i386 that is not the case. It still fails to build 12.4-RELEASE i386 Approved by: portmgr (blanket)
This commit is contained in:
parent
7c411a7ff8
commit
5423027d67
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,7 @@ WWW= https://freeswitch.org
|
|||
|
||||
LICENSE= MPL11
|
||||
|
||||
BROKEN_i386= error: expected ')'
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
|
||||
|
||||
BUILD_DEPENDS= gdiff:textproc/diffutils \
|
||||
|
@ -33,7 +34,6 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \
|
|||
libjbig.so:graphics/jbigkit \
|
||||
libtiff.so:graphics/tiff \
|
||||
libuuid.so:misc/e2fsprogs-libuuid \
|
||||
libpq.so:databases/postgresql12-client \
|
||||
libmariadb.so:databases/mariadb-connector-c \
|
||||
libspandsp.so:comms/spandsp \
|
||||
libsofia-sip-ua.so:net/sofia-sip
|
||||
|
|
Loading…
Reference in a new issue