diff options
author | dholland <dholland> | 2011-07-03 18:16:19 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-07-03 18:16:19 +0000 |
commit | f458cdc19f94e413e128fa8b73282ee62e343e28 (patch) | |
tree | 1da78856fd0f8526384eae5a3edb7789d3fc2e91 /multimedia | |
parent | fc5340b1390181294c9e1a204824add2b6f68f5f (diff) | |
download | pkgsrc-f458cdc19f94e413e128fa8b73282ee62e343e28.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')
-rw-r--r-- | multimedia/xawtv/Makefile | 3 |
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" |