From d57e23f54a9ca36bc3266deba14c22689e57b977 Mon Sep 17 00:00:00 2001 From: sthen Date: Sun, 31 Mar 2013 20:23:14 +0000 Subject: [PATCH] dep on libgnome-keyring --- mail/geary/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mail/geary/Makefile b/mail/geary/Makefile index 7931713212c..847e529e9f5 100644 --- a/mail/geary/Makefile +++ b/mail/geary/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2013/03/30 09:28:17 landry Exp $ +# $OpenBSD: Makefile,v 1.5 2013/03/31 20:23:14 sthen Exp $ COMMENT = lightweight mail user agent DISTNAME = geary-0.3.0 +REVISION = 0 MAINTAINER = Landry Breuil CATEGORIES = mail @@ -31,7 +32,8 @@ LIB_DEPENDS = mail/gmime \ audio/libcanberra \ devel/libnotify \ devel/libunique3 \ - devel/libgee06 + devel/libgee06 \ + x11/gnome/libgnome-keyring WANTLIB += atk-1.0 c cairo cairo-gobject sqlite3 WANTLIB += fontconfig freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0