diff options
Diffstat (limited to 'x11/xcb-util-cursor/Makefile')
-rw-r--r-- | x11/xcb-util-cursor/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xcb-util-cursor/Makefile b/x11/xcb-util-cursor/Makefile index 97a0e3e16bcc..03ac1918d367 100644 --- a/x11/xcb-util-cursor/Makefile +++ b/x11/xcb-util-cursor/Makefile @@ -1,12 +1,12 @@ PORTNAME= xcb-util-cursor -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.5 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ - MAINTAINER= x11@FreeBSD.org COMMENT= XCB cursor library WWW= https://xcb.freedesktop.org/ - +PATCH_SITES= https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor/-/commit/ +PATCHFILES= d28a3227eb9e4bdeeb4dd93017c298808bbe62ee.patch:-p1 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-util.pc:x11/xcb-util \ ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:x11/xcb-util-renderutil \ ${LOCALBASE}/libdata/pkgconfig/xcb-image.pc:x11/xcb-util-image -USES= gmake gperf xorg xorg-cat:lib +USES= autoreconf gmake gperf tar:xz xorg xorg-cat:lib USE_XORG= xcb INSTALL_TARGET= install-strip |