diff options
author | wiz <wiz@pkgsrc.org> | 2022-10-23 07:34:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-10-23 07:34:07 +0000 |
commit | 72be383ff8329bd4b937b1c33711feee49435e29 (patch) | |
tree | 4c4024bedeb9f96c6ff40705288bab2e136f66c7 /x11 | |
parent | b51c49e72e9c54d63b97c471b1122ebba78d6141 (diff) | |
download | pkgsrc-72be383ff8329bd4b937b1c33711feee49435e29.tar.gz |
xcb-util-wm: use gmake, otherwise main header file is empty
Bump PKGREVISION.
Shorten DESCR.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcb-util-wm/DESCR | 6 | ||||
-rw-r--r-- | x11/xcb-util-wm/Makefile | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11/xcb-util-wm/DESCR b/x11/xcb-util-wm/DESCR index 8babfd49cba..cfbb4021bf1 100644 --- a/x11/xcb-util-wm/DESCR +++ b/x11/xcb-util-wm/DESCR @@ -1,4 +1,2 @@ -XCB util-wm module provides the following libraries: - - - ewmh: Both client and window-manager helpers for EWMH. - - icccm: Both client and window-manager helpers for ICCCM. +This module provides libraries that offer both client and window-manager +helpers for ICCCM & EWMH. diff --git a/x11/xcb-util-wm/Makefile b/x11/xcb-util-wm/Makefile index ff9e033d384..76e476ce019 100644 --- a/x11/xcb-util-wm/Makefile +++ b/x11/xcb-util-wm/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2022/10/19 08:35:39 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2022/10/23 07:34:07 wiz Exp $ DISTNAME= xcb-util-wm-0.4.2 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= https://xcb.freedesktop.org/dist/ EXTRACT_SUFX= .tar.xz @@ -12,7 +13,7 @@ LICENSE= mit GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= ewmh/xcb-ewmh.pc.in PKGCONFIG_OVERRIDE+= icccm/xcb-icccm.pc.in |