sync WANTLIB

This commit is contained in:
sthen 2022-03-25 16:49:06 +00:00
parent 8fe904abf6
commit d66e4a1dff
3 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,7 @@
COMMENT= companion library to APR COMMENT= companion library to APR
V= 1.6.1 V= 1.6.1
REVISION= 3 REVISION= 4
DISTNAME= apr-util-$V DISTNAME= apr-util-$V
SHARED_LIBS += aprutil-1 6.1 # .6.0 SHARED_LIBS += aprutil-1 6.1 # .6.0
@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --with-ldap-include=${LOCALBASE}/include \
--with-ldap-lib=${LOCALBASE}/lib \ --with-ldap-lib=${LOCALBASE}/lib \
--with-ldap --with-ldap
LIB_DEPENDS+= databases/openldap LIB_DEPENDS+= databases/openldap
WANTLIB+= sasl2 lber-2.4 ldap-2.4 WANTLIB+= sasl2 lber ldap
.else .else
CONFIGURE_ARGS+= --with-ldap=no CONFIGURE_ARGS+= --with-ldap=no
.endif .endif

View File

@ -13,6 +13,7 @@ PKGNAME-pdfviewer= claws-mail-pdfviewer-${V}
PKGNAME-gdata= claws-mail-gdata-${V} PKGNAME-gdata= claws-mail-gdata-${V}
REVISION= 1 REVISION= 1
REVISION-main= 2
CATEGORIES= mail news CATEGORIES= mail news
@ -124,7 +125,7 @@ CONFIGURE_ARGS+= --disable-jpilot
.endif .endif
.if ${FLAVOR:Mldap} .if ${FLAVOR:Mldap}
WANTLIB-main+= lber-2.4 ldap-2.4 WANTLIB-main+= lber ldap
LIB_DEPENDS-main+= databases/openldap LIB_DEPENDS-main+= databases/openldap
.else .else
CONFIGURE_ARGS+= --disable-ldap CONFIGURE_ARGS+= --disable-ldap

View File

@ -2,7 +2,7 @@ COMMENT = GNU dictionary server
V = 2.10 V = 2.10
DISTNAME = dico-$V DISTNAME = dico-$V
REVISION = 0 REVISION = 1
SHARED_LIBS += dico 0.0 # 2.0 SHARED_LIBS += dico 0.0 # 2.0
@ -15,8 +15,8 @@ MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
# GPLv3+ # GPLv3+
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes
WANTLIB += c crypto curses gsasl iconv idn intl lber-2.4 ldap-2.4 WANTLIB += c crypto curses gcrypt gpg-error gsasl iconv idn intl
WANTLIB += ltdl pam pcre readline sasl2 ssl z WANTLIB += lber ldap ltdl pam pcre readline sasl2 ssl z
MASTER_SITES = ${MASTER_SITE_GNU:=dico/} MASTER_SITES = ${MASTER_SITE_GNU:=dico/}