summaryrefslogtreecommitdiff
path: root/x11/xf86-video-nouveau
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-09-25 00:44:44 +0000
committertnn <tnn@pkgsrc.org>2015-09-25 00:44:44 +0000
commit1262b73f10868d68f4682538804ef1f97a44f3e8 (patch)
tree8e1bc760965fc6ddbd55f5dee7edaec39b62a6d3 /x11/xf86-video-nouveau
parentce79a2dc69f1f291442fdc75d088ed78e0cdfb71 (diff)
downloadpkgsrc-1262b73f10868d68f4682538804ef1f97a44f3e8.tar.gz
don't include Mesa's bl3 directly. It needs to come in via xorg-server's
bl3 since that decides which mesa version to use.
Diffstat (limited to 'x11/xf86-video-nouveau')
-rw-r--r--x11/xf86-video-nouveau/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xf86-video-nouveau/Makefile b/x11/xf86-video-nouveau/Makefile
index eb069fcbda7..336333e555b 100644
--- a/x11/xf86-video-nouveau/Makefile
+++ b/x11/xf86-video-nouveau/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/07/10 13:46:36 richard Exp $
+# $NetBSD: Makefile,v 1.3 2015/09/25 00:44:44 tnn Exp $
DISTNAME= xf86-video-nouveau-1.0.11
CATEGORIES= x11
@@ -21,7 +21,6 @@ CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
.endif
.include "../../x11/modular-xorg-server/buildlink3.mk"
-.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../x11/libdrm/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/videoproto/buildlink3.mk"