summaryrefslogtreecommitdiff
path: root/multimedia/xawtv
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-07-03 18:16:19 +0000
committerdholland <dholland@pkgsrc.org>2011-07-03 18:16:19 +0000
commita8a43e9cfeabc3196681b3408e6584ccc184bead (patch)
tree1da78856fd0f8526384eae5a3edb7789d3fc2e91 /multimedia/xawtv
parentd3ca8c2e3e35192a0625c6b40801404d07328fcc (diff)
downloadpkgsrc-a8a43e9cfeabc3196681b3408e6584ccc184bead.tar.gz
Add xf86vidmodeproto in the hopes this will fix the -5 native X build, like
in xine-ui, but I can't actually test that.
Diffstat (limited to 'multimedia/xawtv')
-rw-r--r--multimedia/xawtv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile
index 7a4ac52f43a..24effbf61b7 100644
--- a/multimedia/xawtv/Makefile
+++ b/multimedia/xawtv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2010/12/23 11:44:52 dsainty Exp $
+# $NetBSD: Makefile,v 1.28 2011/07/03 18:16:19 dholland Exp $
#
DISTNAME= xawtv-3.95
@@ -55,6 +55,7 @@ CONFIGURE_ARGS+= --enable-mmx
.include "../../x11/libXv/buildlink3.mk"
.include "../../x11/libXxf86dga/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
+.include "../../x11/xf86vidmodeproto/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"