1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Chase deps shlib version after updating security/gsasl

This commit is contained in:
Kirill Ponomarev 2009-12-15 20:59:48 +00:00
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

View File

@ -7,7 +7,7 @@
PORTNAME= libvmime
PORTVERSION= 0.9.0
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= mail
MASTER_SITES= SF/vmime/vmime/0.9
@ -15,7 +15,7 @@ MAINTAINER= delphij@FreeBSD.org
COMMENT= An all-in-one Internet mail library
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_GMAKE= yes

View File

@ -36,7 +36,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_r
.endif
.if defined(WITH_GSASL)
LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl
LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl
.else
CONFIGURE_ARGS+= --without-gsasl
.endif

View File

@ -36,7 +36,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_r
.endif
.if defined(WITH_GSASL)
LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl
LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl
.else
CONFIGURE_ARGS+= --without-gsasl
.endif

View File

@ -171,7 +171,7 @@ CONFIGURE_ARGS+= --with-sasl=cyrus
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
.else
CONFIGURE_ARGS+= --with-sasl=gsasl
LIB_DEPENDS+= gsasl.13:${PORTSDIR}/security/gsasl
LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl
.endif
MAN8= c2s.8 jabberd.8 router.8 s2s.8 sm.8