svn commit: r353760 - head/sysutils/upower

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 12 01:41:49 UTC 2014


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 at 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


More information about the svn-ports-all mailing list