net/yaz: do not pick up libmemcached in configure

This commit is contained in:
naddy 2022-09-16 20:32:15 +00:00
parent a42248f7e8
commit 27b7c1f159
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
COMMENT= Z39.50/SR client and API library
DISTNAME= yaz-5.31.1
CATEGORIES= net
REVISION= 0
REVISION= 1
SHARED_LIBS+= yaz 1.2 # 5.0
SHARED_LIBS+= yaz_icu 1.3 # 5.0
@ -27,7 +27,8 @@ LIB_DEPENDS= textproc/libxml \
textproc/icu4c
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --without-gnutls
CONFIGURE_ARGS+= --without-gnutls \
--without-memcached
CONFIGURE_ENV+= LIBS="-lexecinfo"
.include <bsd.port.mk>