diff options
author | rnoland <rnoland@FreeBSD.org> | 2009-01-25 05:45:05 +0800 |
---|---|---|
committer | rnoland <rnoland@FreeBSD.org> | 2009-01-25 05:45:05 +0800 |
commit | 1ac88e4489070408fdf01944c50f1ced7f7e975e (patch) | |
tree | fef0e57659f5ec309fc0bbda7630d031083fba86 /graphics/mesa-demos | |
parent | 51fbfd14fa11172e6575ca13f4204412fd53ab8c (diff) | |
download | freebsd-ports-gnome-1ac88e4489070408fdf01944c50f1ced7f7e975e.tar.gz freebsd-ports-gnome-1ac88e4489070408fdf01944c50f1ced7f7e975e.tar.zst freebsd-ports-gnome-1ac88e4489070408fdf01944c50f1ced7f7e975e.zip |
Add dependency on dri2proto to the rest of the mesa ports
Approved by: garga (mentor, implicit)
Diffstat (limited to 'graphics/mesa-demos')
-rw-r--r-- | graphics/mesa-demos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |