summaryrefslogtreecommitdiff
path: root/x11/xf86-video-tseng
diff options
context:
space:
mode:
authortnn <tnn>2010-04-09 08:53:03 +0000
committertnn <tnn>2010-04-09 08:53:03 +0000
commit636a6d87588e6df385bc8769a68b549b478c39a7 (patch)
tree9cc2673263675fb7ec53876945507f748550d8c0 /x11/xf86-video-tseng
parentc42b47fe4e8686b7dcb69087d1633ee057c026e9 (diff)
downloadpkgsrc-636a6d87588e6df385bc8769a68b549b478c39a7.tar.gz
Some drivers now have a build time dependency on libXext because
of xextproto -> libXext header rototil.
Diffstat (limited to 'x11/xf86-video-tseng')
-rw-r--r--x11/xf86-video-tseng/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xf86-video-tseng/Makefile b/x11/xf86-video-tseng/Makefile
index 1fcb7d2844f..49a7fa09aac 100644
--- a/x11/xf86-video-tseng/Makefile
+++ b/x11/xf86-video-tseng/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/08/09 22:59:39 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2010/04/09 08:53:05 tnn Exp $
#
DISTNAME= xf86-video-tseng-1.2.2
@@ -20,5 +20,6 @@ USE_TOOLS+= pkg-config
.include "../../x11/randrproto/buildlink3.mk"
.include "../../x11/renderproto/buildlink3.mk"
.include "../../x11/videoproto/buildlink3.mk"
-.include "../../x11/xextproto/buildlink3.mk"
+BUILDLINK_DEPMETHOD.libXext?= build
+.include "../../x11/libXext/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"