diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-12-31 02:15:16 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-12-31 02:15:16 +0800 |
commit | 24db4d7c62855addab344acacb475cc519745a98 (patch) | |
tree | 4efb76e3cab47ba0e4a2223fb2efe4542bcbb1a2 /databases/evolution-data-server3/Makefile | |
parent | 0536fe390597f2d682e14373777c2274581d9a21 (diff) | |
download | marcuscom-ports-24db4d7c62855addab344acacb475cc519745a98.tar marcuscom-ports-24db4d7c62855addab344acacb475cc519745a98.tar.gz marcuscom-ports-24db4d7c62855addab344acacb475cc519745a98.tar.bz2 marcuscom-ports-24db4d7c62855addab344acacb475cc519745a98.tar.lz marcuscom-ports-24db4d7c62855addab344acacb475cc519745a98.tar.xz marcuscom-ports-24db4d7c62855addab344acacb475cc519745a98.tar.zst marcuscom-ports-24db4d7c62855addab344acacb475cc519745a98.zip |
Sync w/ FreeBSD ports tree that I have committed since a few days.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17183 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server3/Makefile')
-rw-r--r-- | databases/evolution-data-server3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/evolution-data-server3/Makefile b/databases/evolution-data-server3/Makefile index 4f7fc791c..832c12d63 100644 --- a/databases/evolution-data-server3/Makefile +++ b/databases/evolution-data-server3/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server3/Makefile,v 1.27 2012/08/08 16:56:39 kwm Exp $ +# $MCom: ports/databases/evolution-data-server3/Makefile,v 1.28 2012/08/16 19:28:53 kwm Exp $ # PORTNAME= evolution-data-server PORTVERSION= 3.4.4 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -23,7 +24,7 @@ LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome \ oauth.8:${PORTSDIR}/net/liboauth \ goa-1.0.0:${PORTSDIR}/net/gnome-online-accounts \ gdata.13:${PORTSDIR}/devel/libgdata \ - ical.44:${PORTSDIR}/devel/libical \ + ical:${PORTSDIR}/devel/libical \ nss3.1:${PORTSDIR}/security/nss \ tasn1.4:${PORTSDIR}/security/libtasn1 \ gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring |