[Midnightbsd-cvs] mports [17521] trunk/x11/yelp/Makefile: update depends for yelp

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 26 21:44:19 EDT 2014


Revision: 17521
          http://svnweb.midnightbsd.org/mports/?rev=17521
Author:   laffer1
Date:     2014-09-26 21:44:18 -0400 (Fri, 26 Sep 2014)
Log Message:
-----------
update depends for yelp

Modified Paths:
--------------
    trunk/x11/yelp/Makefile

Modified: trunk/x11/yelp/Makefile
===================================================================
--- trunk/x11/yelp/Makefile	2014-09-27 01:40:34 UTC (rev 17520)
+++ trunk/x11/yelp/Makefile	2014-09-27 01:44:18 UTC (rev 17521)
@@ -2,7 +2,7 @@
 
 PORTNAME=	yelp
 PORTVERSION=	2.30.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11 gnome
 MASTER_SITES=	FREEBSD_LOCAL/kwm
 DISTNAME=	${PORTNAME}-webkit-${PORTVERSION}
@@ -9,17 +9,18 @@
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A help browser for the GNOME 2 desktop
+COMMENT=	Help browser for the GNOME 2 desktop
+
 LICENSE=	gpl2
 
-LIB_DEPENDS=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
-		startup-notification-1:${PORTSDIR}/x11/startup-notification \
-		webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \
-		rarian:${PORTSDIR}/textproc/rarian
+LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+		libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
+		libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 \
+		librarian.so:${PORTSDIR}/textproc/rarian
 
 CONFLICTS=	yelp-3.[0-9]*
 
-USES=		gettext gmake pkgconfig tar:bzip2
+USES=		desktop-file-utils gettext gmake pathfix pkgconfig tar:bzip2
 USE_XORG=	ice
 USE_GNOME=	gnomeprefix gnomehack intlhack gconf2 gnomedocutils
 GNU_CONFIGURE=	yes
@@ -43,5 +44,6 @@
 	@${REINPLACE_CMD} -e 's,[-/]unstable,,' \
 		-e 's/ --define-variable=includetype=unstable//' \
 		${WRKSRC}/configure
+	@${REINPLACE_CMD} '/g_thread_init/d' ${WRKSRC}/src/yelp-main.c
 
 .include <bsd.port.post.mk>



More information about the Midnightbsd-cvs mailing list