summaryrefslogtreecommitdiff
path: root/x11/libXfixes
diff options
context:
space:
mode:
authorobache <obache>2014-07-12 11:24:52 +0000
committerobache <obache>2014-07-12 11:24:52 +0000
commit38ad153d6006dfa651e143c1e951499a5881f730 (patch)
treecd7f528c92c4e3d5fa80de94f9d98823b166a925 /x11/libXfixes
parentfd8c28b66a0e1bcb2dac68672a1823b4bd0c51b0 (diff)
downloadpkgsrc-38ad153d6006dfa651e143c1e951499a5881f730.tar.gz
libXfixes-5.0.x require fixesproto>=5.0 to build.
Diffstat (limited to 'x11/libXfixes')
-rw-r--r--x11/libXfixes/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile
index b1e88e6d323..12c1ec6e06e 100644
--- a/x11/libXfixes/Makefile
+++ b/x11/libXfixes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2013/05/29 22:35:07 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2014/07/12 11:24:52 obache Exp $
DISTNAME= libXfixes-5.0.1
CATEGORIES= x11 devel
@@ -20,9 +20,7 @@ USE_TOOLS+= pkg-config
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
PKGCONFIG_OVERRIDE+= xfixes.pc.in
-# needs version 4 which defines xXFixesHideCursorReq
-BUILDLINK_API_DEPENDS.fixesproto+= fixesproto>=4
-
+BUILDLINK_API_DEPENDS.fixesproto+= fixesproto>=5.0
.include "../../x11/fixesproto/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"