summaryrefslogtreecommitdiff
path: root/x11/libXrandr/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2015-05-27 06:44:09 +0000
committerwiz <wiz>2015-05-27 06:44:09 +0000
commit84f19d03ba67a1c8f9fd5ec6896e21fb16bbd8ae (patch)
tree577bcaaddbf663fa6ddf24d31eff2988294a26f4 /x11/libXrandr/Makefile
parent9e1c2b85b83c072709d6f10ada1d61bea44aba8b (diff)
downloadpkgsrc-84f19d03ba67a1c8f9fd5ec6896e21fb16bbd8ae.tar.gz
Update to 1.5:
Add support for monitors and fixes requires on libX11. Keith Packard (2): libXrandr: Clean up compiler warnings Add monitors, update to version 1.5 (v2) Michael Joost (1): Remove fallback for _XEatDataWords, require libX11 1.6 for it
Diffstat (limited to 'x11/libXrandr/Makefile')
-rw-r--r--x11/libXrandr/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile
index b29884db996..13fd1097a49 100644
--- a/x11/libXrandr/Makefile
+++ b/x11/libXrandr/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2014/02/05 09:42:33 obache Exp $
+# $NetBSD: Makefile,v 1.17 2015/05/27 06:44:09 wiz Exp $
-DISTNAME= libXrandr-1.4.2
+DISTNAME= libXrandr-1.5.0
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
@@ -24,10 +24,11 @@ PKGCONFIG_OVERRIDE+= xrandr.pc.in
CONFIGURE_ARGS+= --disable-malloc0returnsnull
.endif
+BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
-BUILDLINK_API_DEPENDS.randrproto+= randrproto>=1.4
+BUILDLINK_API_DEPENDS.randrproto+= randrproto>=1.5
.include "../../x11/randrproto/buildlink3.mk"
.include "../../x11/renderproto/buildlink3.mk"