From be305d4983c1623c47ae695a82d832010caf8bf1 Mon Sep 17 00:00:00 2001 From: sthen Date: Sat, 2 May 2015 22:29:46 +0000 Subject: [PATCH] hidden dep on json-c --- x11/girara/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/x11/girara/Makefile b/x11/girara/Makefile index 546b7aa19ab..a4924a4f683 100644 --- a/x11/girara/Makefile +++ b/x11/girara/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2015/05/01 08:39:11 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.5 2015/05/02 22:29:46 sthen Exp $ COMMENT = user interface library from pwmt DISTNAME = girara-0.2.4 +REVISION = 0 SHARED_LIBS += girara-gtk3 0.1 # 2.3 @@ -14,12 +15,13 @@ PERMIT_PACKAGE_CDROM =Yes MASTER_SITES = http://pwmt.org/projects/girara/download/ LIB_DEPENDS = x11/gtk+3 \ + devel/json-c \ devel/libnotify MODULES = devel/gettext WANTLIB += atk-1.0 cairo cairo-gobject fontconfig freetype gdk-3 -WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 gtk-3 m -WANTLIB += notify pango-1.0 pangocairo-1.0 pangoft2-1.0 z +WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 gtk-3 json-c +WANTLIB += m notify pango-1.0 pangocairo-1.0 pangoft2-1.0 z USE_GMAKE = Yes