diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-29 09:43:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-29 09:43:06 +0800 |
commit | 78a4db8e7e172cf86b9151a9cdceb9ab199c4157 (patch) | |
tree | 4a2058e0835c130d6fde489d4cb10151290a7b0e /databases/evolution-data-server/Makefile | |
parent | ba809a4ce1ee5d8c53fcec6f157ac92e9f6554d7 (diff) | |
download | marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.gz marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.bz2 marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.lz marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.xz marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.zst marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.zip |
Switch libsoup dependency to libsoup22.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10258 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/Makefile')
-rw-r--r-- | databases/evolution-data-server/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 9337216b3..d842e8273 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.134 2008/01/14 17:24:02 kwm Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.135 2008/01/18 06:51:39 marcus Exp $ # PORTNAME= evolution-data-server PORTVERSION= 2.21.5.1 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -16,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.8:${PORTSDIR}/devel/libsoup \ +LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup22 \ nss3.1:${PORTSDIR}/security/nss \ tasn1.3:${PORTSDIR}/security/libtasn1 |