Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 01:41:49 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353760 - head/sysutils/upower
Message-ID:  <201405120141.s4C1fnjL020308@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon May 12 01:41:48 2014
New Revision: 353760
URL: http://svnweb.freebsd.org/changeset/ports/353760
QAT: https://qat.redports.org/buildarchive/r353760/

Log:
  - Switch to USE_GNOME=introspection
  
  Approved by:	maintainer timeout

Modified:
  head/sysutils/upower/Makefile

Modified: head/sysutils/upower/Makefile
==============================================================================
--- head/sysutils/upower/Makefile	Mon May 12 01:41:15 2014	(r353759)
+++ head/sysutils/upower/Makefile	Mon May 12 01:41:48 2014	(r353760)
@@ -11,15 +11,13 @@ MASTER_SITES=	http://upower.freedesktop.
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	D-Bus daemon for simplifying power management tasks
 
-BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 LIB_DEPENDS=	libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \
 		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS=	${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
-USE_GNOME=	intlhack glib20
+USE_GNOME=	intlhack glib20 introspection:build,run
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_PYTHON=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405120141.s4C1fnjL020308>