summaryrefslogtreecommitdiff
path: root/x11/xf86-video-ark
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-04-09 08:53:03 +0000
committertnn <tnn@pkgsrc.org>2010-04-09 08:53:03 +0000
commit916188e4b8f910b1125d1c2ab233f495077d5b0e (patch)
tree9cc2673263675fb7ec53876945507f748550d8c0 /x11/xf86-video-ark
parent7f6354c47d854cfc9fbfda7ab4ff11a261bf59cf (diff)
downloadpkgsrc-916188e4b8f910b1125d1c2ab233f495077d5b0e.tar.gz
Some drivers now have a build time dependency on libXext because
of xextproto -> libXext header rototil.
Diffstat (limited to 'x11/xf86-video-ark')
-rw-r--r--x11/xf86-video-ark/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xf86-video-ark/Makefile b/x11/xf86-video-ark/Makefile
index 93b56516b75..c50d0629a5b 100644
--- a/x11/xf86-video-ark/Makefile
+++ b/x11/xf86-video-ark/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/06/07 11:24:35 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2010/04/09 08:53:03 tnn Exp $
#
DISTNAME= xf86-video-ark-0.7.1
@@ -20,5 +20,6 @@ USE_TOOLS+= pkg-config
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../x11/randrproto/buildlink3.mk"
.include "../../x11/renderproto/buildlink3.mk"
-.include "../../x11/xextproto/buildlink3.mk"
+BUILDLINK_DEPMETHOD.libXext?= build
+.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"