diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-05-22 05:56:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-05-22 05:56:51 +0000 |
commit | 04071de28e2d9dc7993b125e3b03b44dc3604ca3 (patch) | |
tree | 9b0871a47c27e25aeb9c8721a6e592247d51a702 /databases/evolution-data-server | |
parent | 80b405bb460d08bbb39d3e477fc37f4d852fe26d (diff) | |
download | ports-04071de28e2d9dc7993b125e3b03b44dc3604ca3.tar.gz ports-04071de28e2d9dc7993b125e3b03b44dc3604ca3.zip |
Notes
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 873a9f8592d7..a1f19714ad27 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -8,6 +8,7 @@ PORTNAME= evolution-data-server PORTVERSION= 2.30.1 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,7 +18,7 @@ COMMENT= The data backends for the Evolution integrated mail/PIM suite LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - ical.43:${PORTSDIR}/devel/libical \ + ical.44:${PORTSDIR}/devel/libical \ nss3.1:${PORTSDIR}/security/nss \ tasn1.4:${PORTSDIR}/security/libtasn1 \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ |