From 9fa6a6be2f25ae57aac398f17dfeaaee8196ce6a Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 6 Sep 2012 08:28:51 +0000 Subject: [PATCH] Missing LIB_DEPENDS. --- x11/gnome/yelp/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11/gnome/yelp/Makefile b/x11/gnome/yelp/Makefile index 5f105c7f238..6503977e971 100644 --- a/x11/gnome/yelp/Makefile +++ b/x11/gnome/yelp/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.83 2012/09/01 14:37:00 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.84 2012/09/06 08:28:51 ajacoutot Exp $ COMMENT= GNOME help browser GNOME_PROJECT= yelp GNOME_VERSION= 3.4.2 -REVISION= 0 +REVISION= 1 SHARED_LIBS += yelp 0.0 # 0.0 @@ -37,7 +37,8 @@ BUILD_DEPENDS= x11/gnome/yelp-xsl>=3.2.0 \ textproc/itstool RUN_DEPENDS= x11/gnome/yelp-xsl>=3.2.0 -LIB_DEPENDS= www/webkit,gtk3>=1.6.1v0 +LIB_DEPENDS= archivers/xz \ + www/webkit,gtk3 MODGNOME_DESKTOP_FILE= Yes