diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-09-22 08:45:30 +0800 |
commit | d9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch) | |
tree | 0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /sysutils/upower/Makefile | |
parent | 7c7d7065529de83ad11e25e81432355d363a367e (diff) | |
download | marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip |
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/upower/Makefile')
-rw-r--r-- | sysutils/upower/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/upower/Makefile b/sysutils/upower/Makefile index bf8b0db36..79149eafa 100644 --- a/sysutils/upower/Makefile +++ b/sysutils/upower/Makefile @@ -3,8 +3,7 @@ # $MCom: ports/trunk/sysutils/upower/Makefile 18681 2013-09-15 22:52:32Z marcus $ PORTNAME= upower -PORTVERSION= 0.9.18 -PORTREVISION= 1 +PORTVERSION= 0.9.21 CATEGORIES= sysutils MASTER_SITES= http://upower.freedesktop.org/releases/ @@ -17,9 +16,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib +NO_STAGE= yes USES= gettext gmake pathfix pkgconfig USE_XZ= yes -USE_GNOME= intlhack ltverhack glib20 introspection +USE_GNOME= intlhack ltverhack glib20 introspection:build USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_PYTHON= yes |