diff options
author | youri <youri@pkgsrc.org> | 2018-06-05 19:14:29 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2018-06-05 19:14:29 +0000 |
commit | 303c956dbc087acaa704065be3afeb07548ba999 (patch) | |
tree | 6e08e41328ef3b543fb00d38fb5c555fbb165493 /sysutils/upower | |
parent | 925dc6971e3cebcedc8dfda82a3e2aeb0f4a92c1 (diff) | |
download | pkgsrc-303c956dbc087acaa704065be3afeb07548ba999.tar.gz |
Fix packages building depending on libupower-glib, bump pkgrevision.
Diffstat (limited to 'sysutils/upower')
-rw-r--r-- | sysutils/upower/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/upower/Makefile b/sysutils/upower/Makefile index 40751ef0e4a..2f04e6f357d 100644 --- a/sysutils/upower/Makefile +++ b/sysutils/upower/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2018/05/31 14:28:13 youri Exp $ +# $NetBSD: Makefile,v 1.13 2018/06/05 19:14:29 youri Exp $ DISTNAME= upower-0.99.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= sysutils MASTER_SITES= https://upower.freedesktop.org/releases/ EXTRACT_SUFX= .tar.xz @@ -11,6 +11,7 @@ HOMEPAGE= https://upower.freedesktop.org/ COMMENT= Power management system message bus service LICENSE= gnu-gpl-v2 +USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config intltool xgettext msgmerge msgfmt |