summaryrefslogtreecommitdiffstats
path: root/net/gnome-online-accounts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnome-online-accounts/Makefile')
-rw-r--r--net/gnome-online-accounts/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile
index d72167c71..01fd84c80 100644
--- a/net/gnome-online-accounts/Makefile
+++ b/net/gnome-online-accounts/Makefile
@@ -1,9 +1,9 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/trunk/net/gnome-online-accounts/Makefile 17268 2013-04-01 05:13:11Z marcus $
+# $MCom$
PORTNAME= gnome-online-accounts
-PORTVERSION= 3.4.2
+PORTVERSION= 3.6.2
CATEGORIES= net
MASTER_SITES= GNOME
@@ -15,6 +15,7 @@ LIB_DEPENDS= webkitgtk-3.0:${PORTSDIR}/www/webkit-gtk3 \
json-glib:${PORTSDIR}/devel/json-glib \
notify:${PORTSDIR}/devel/libnotify \
gnome-keyring:${PORTSDIR}/security/libgnome-keyring \
+ secret-1:${PORTSDIR}/security/libsecret \
rest-0.7:${PORTSDIR}/www/rest
USE_XZ= yes
@@ -27,6 +28,6 @@ INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-MAN8= goa-daemon.8
+MAN8= goa-daemon.8
.include <bsd.port.mk>