[Midnightbsd-cvs] mports [17407] trunk/devel/dconf/Makefile: update depends

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


Revision: 17407
          http://svnweb.midnightbsd.org/mports/?rev=17407
Author:   laffer1
Date:     2014-09-19 21:37:19 -0400 (Fri, 19 Sep 2014)
Log Message:
-----------
update depends

Modified Paths:
--------------
    trunk/devel/dconf/Makefile

Modified: trunk/devel/dconf/Makefile
===================================================================
--- trunk/devel/dconf/Makefile	2014-09-20 01:35:58 UTC (rev 17406)
+++ trunk/devel/dconf/Makefile	2014-09-20 01:37:19 UTC (rev 17407)
@@ -2,7 +2,7 @@
 
 PORTNAME?=	dconf
 PORTVERSION=	0.14.1
-PORTREVISION?=	2
+PORTREVISION?=	3
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 DISTNAME=	dconf-${PORTVERSION}
@@ -9,15 +9,14 @@
 DIST_SUBDIR=	gnome3
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A configuration database system for GNOME
+COMMENT=	Configuration database system for GNOME
 
 LICENSE=	lgpl
 
 BUILD_DEPENDS=	vala>=0.18.1:${PORTSDIR}/lang/vala \
 		docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
+LIB_DEPENDS=	libdbus-1.so:${PORTSDIR}/devel/dbus
 
-LIB_DEPENDS=	dbus-1:${PORTSDIR}/devel/dbus
-
 USES=		gettext gmake pathfix pkgconfig tar:xz
 USE_GNOME=	glib20 gnomehier intltool
 USE_LDCONFIG=	yes
@@ -32,7 +31,7 @@
 USE_GNOME+=	gtk30
 INSTALLS_ICONS=	yes
 GLIB_SCHEMAS=	ca.desrt.dconf-editor.gschema.xml
-LIB_DEPENDS+=	dconf:${PORTSDIR}/devel/dconf
+LIB_DEPENDS+=	libdconf.so:${PORTSDIR}/devel/dconf
 .else
 CONFIGURE_ARGS+=--disable-editor
 .endif



More information about the Midnightbsd-cvs mailing list