diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-28 08:33:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-08-28 08:33:40 +0000 |
commit | b22dd0905075358b327117308b345da7a944a665 (patch) | |
tree | 541fb3db82ac2d5bfadb2bbb0da6e31509795b59 /databases/evolution-data-server | |
parent | 1. remove duplicated helpcontent_01.tgz in DISTFILES (diff) |
Chase the libsoup shared lib version.
Notes
Notes:
svn path=/head/; revision=141051
Diffstat (limited to 'databases/evolution-data-server')
-rw-r--r-- | databases/evolution-data-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 0a360d9cecb0..22ddebd3403b 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -7,6 +7,7 @@ PORTNAME= evolution-data-server PORTVERSION= 1.2.3 +PORTREVISION= 2 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2 @@ -15,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The data backends for the Evolution integrated mail/PIM suite -LIB_DEPENDS= soup-2.2.7:${PORTSDIR}/devel/libsoup \ +LIB_DEPENDS= soup-2.2.9:${PORTSDIR}/devel/libsoup \ nss3.1:${PORTSDIR}/security/nss \ tasn1.2:${PORTSDIR}/security/libtasn1 |