From 1ac88e4489070408fdf01944c50f1ced7f7e975e Mon Sep 17 00:00:00 2001 From: rnoland Date: Sat, 24 Jan 2009 21:45:05 +0000 Subject: Add dependency on dri2proto to the rest of the mesa ports Approved by: garga (mentor, implicit) --- graphics/mesa-demos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/mesa-demos') diff --git a/graphics/mesa-demos/Makefile b/graphics/mesa-demos/Makefile index 518a4261e661..15d98a8a17e8 100644 --- a/graphics/mesa-demos/Makefile +++ b/graphics/mesa-demos/Makefile @@ -14,7 +14,7 @@ MAINTAINER= araujo@FreeBSD.org COMMENT= OpenGL demos distributed with Mesa USE_GL= glu glut -USE_XORG= glproto x11 xext xxf86vm xdamage xfixes +USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} -- cgit