diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-12 09:41:48 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-12 09:41:48 +0800 |
commit | 36e40208a31d8ff422a87bdbf1d1815d27a48fbe (patch) | |
tree | 29e47de7fa775c4d47b52fdcacea14be79b9ba96 /sysutils | |
parent | 322e4cda629896fe4f5913da4170ed6429423673 (diff) | |
download | freebsd-ports-gnome-36e40208a31d8ff422a87bdbf1d1815d27a48fbe.tar.gz freebsd-ports-gnome-36e40208a31d8ff422a87bdbf1d1815d27a48fbe.tar.zst freebsd-ports-gnome-36e40208a31d8ff422a87bdbf1d1815d27a48fbe.zip |
- Switch to USE_GNOME=introspection
Approved by: maintainer timeout
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/upower/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/upower/Makefile b/sysutils/upower/Makefile index 8dc4af86ec1e..cfe904515cf3 100644 --- a/sysutils/upower/Makefile +++ b/sysutils/upower/Makefile @@ -11,15 +11,13 @@ MASTER_SITES= http://upower.freedesktop.org/releases/ 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 |