diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-26 15:59:21 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-26 15:59:21 +0800 |
commit | f85c6dfee9bf62e2339a847299ba74c06e0066c8 (patch) | |
tree | 3f0b2cc18b9cf1d25021bc677083b572c7fb1015 /sysutils/upower/Makefile | |
parent | 9236ed6eeb5b4aef5be2d4bcedc42c26bd6dfa7f (diff) | |
download | marcuscom-ports-f85c6dfee9bf62e2339a847299ba74c06e0066c8.tar marcuscom-ports-f85c6dfee9bf62e2339a847299ba74c06e0066c8.tar.gz marcuscom-ports-f85c6dfee9bf62e2339a847299ba74c06e0066c8.tar.bz2 marcuscom-ports-f85c6dfee9bf62e2339a847299ba74c06e0066c8.tar.lz marcuscom-ports-f85c6dfee9bf62e2339a847299ba74c06e0066c8.tar.xz marcuscom-ports-f85c6dfee9bf62e2339a847299ba74c06e0066c8.tar.zst marcuscom-ports-f85c6dfee9bf62e2339a847299ba74c06e0066c8.zip |
Update to 0.9.17.
Pet portlint.
Fix a plist rmdir command. The old dir was legacy and isn't used anymore
for many releases.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16966 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/upower/Makefile')
-rw-r--r-- | sysutils/upower/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/sysutils/upower/Makefile b/sysutils/upower/Makefile index f6ed17203..c46638bec 100644 --- a/sysutils/upower/Makefile +++ b/sysutils/upower/Makefile @@ -3,24 +3,25 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/upower/Makefile,v 1.28 2011/12/18 23:11:16 kwm Exp $ +# $MCom: ports/sysutils/upower/Makefile,v 1.29 2012/06/17 03:27:14 mezz Exp $ # PORTNAME= upower -PORTVERSION= 0.9.16 +PORTVERSION= 0.9.17 CATEGORIES= sysutils MASTER_SITES= http://upower.freedesktop.org/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= D-Bus daemon for simplifying power management tasks +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= polkit-gobject-1:${PORTSDIR}/sysutils/polkit \ + dbus-glib-1:${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 USE_GETTEXT= yes USE_XZ= yes USE_GMAKE= yes @@ -30,8 +31,8 @@ USE_LDCONFIG= yes USE_PYTHON= yes CONFIGURE_ARGS= --disable-gtk-doc \ --localstatedir=/var -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= GTKDOC="false" .if defined(NO_INSTALL_MANPAGES) |