diff options
author | marcus <marcus@FreeBSD.org> | 2005-08-28 16:33:40 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-08-28 16:33:40 +0800 |
commit | bb1578ae5b6c9c59c420fbead94b0b9bd0528d7d (patch) | |
tree | a95116af289056b6f52dc2440175219140b47a34 /databases/evolution-data-server | |
parent | 8994cc0003889de150c547bd57d0bb19e9eff097 (diff) | |
download | freebsd-ports-gnome-bb1578ae5b6c9c59c420fbead94b0b9bd0528d7d.tar.gz freebsd-ports-gnome-bb1578ae5b6c9c59c420fbead94b0b9bd0528d7d.tar.zst freebsd-ports-gnome-bb1578ae5b6c9c59c420fbead94b0b9bd0528d7d.zip |
Chase the libsoup shared lib version.
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 |