diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 2e9afc157..18a10a423 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.58 2005/08/23 17:50:49 marcus Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.59 2005/08/25 22:29:53 marcus Exp $ # PORTNAME= evolution-data-server PORTVERSION= 1.3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.3 @@ -17,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The data backends for the Evolution integrated mail/PIM suite -LIB_DEPENDS= soup-2.2.9:${PORTSDIR}/devel/libsoup \ +LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup \ nss3.1:${PORTSDIR}/security/nss \ tasn1.2:${PORTSDIR}/security/libtasn1 |