diff options
author | obache <obache@pkgsrc.org> | 2014-07-12 11:24:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-07-12 11:24:52 +0000 |
commit | 792201d46963a55eaed6d2f1d1d12ef2cd856ca0 (patch) | |
tree | cd7f528c92c4e3d5fa80de94f9d98823b166a925 /x11/libXfixes/Makefile | |
parent | b9583d4b8b0dd140b82f273f0914170da2bd4c89 (diff) | |
download | pkgsrc-792201d46963a55eaed6d2f1d1d12ef2cd856ca0.tar.gz |
libXfixes-5.0.x require fixesproto>=5.0 to build.
Diffstat (limited to 'x11/libXfixes/Makefile')
-rw-r--r-- | x11/libXfixes/Makefile | 6 |
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" |