mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Chase deps shlib version after updating security/gsasl
This commit is contained in:
parent
5cda188697
commit
3a93a11f4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245910
4 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= libvmime
|
PORTNAME= libvmime
|
||||||
PORTVERSION= 0.9.0
|
PORTVERSION= 0.9.0
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= SF/vmime/vmime/0.9
|
MASTER_SITES= SF/vmime/vmime/0.9
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ MAINTAINER= delphij@FreeBSD.org
|
||||||
COMMENT= An all-in-one Internet mail library
|
COMMENT= An all-in-one Internet mail library
|
||||||
|
|
||||||
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
|
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
|
||||||
LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl
|
LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
|
|
@ -36,7 +36,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_r
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_GSASL)
|
.if defined(WITH_GSASL)
|
||||||
LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl
|
LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --without-gsasl
|
CONFIGURE_ARGS+= --without-gsasl
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -36,7 +36,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_r
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_GSASL)
|
.if defined(WITH_GSASL)
|
||||||
LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl
|
LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --without-gsasl
|
CONFIGURE_ARGS+= --without-gsasl
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -171,7 +171,7 @@ CONFIGURE_ARGS+= --with-sasl=cyrus
|
||||||
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --with-sasl=gsasl
|
CONFIGURE_ARGS+= --with-sasl=gsasl
|
||||||
LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl
|
LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
MAN8= c2s.8 jabberd.8 router.8 s2s.8 sm.8
|
MAN8= c2s.8 jabberd.8 router.8 s2s.8 sm.8
|
||||||
|
|
Loading…
Add table
Reference in a new issue