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/libglut | |
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/libglut')
-rw-r--r-- | graphics/libglut/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libglut/Makefile b/graphics/libglut/Makefile index e56f68625fe2..987b0ae8d374 100644 --- a/graphics/libglut/Makefile +++ b/graphics/libglut/Makefile @@ -14,7 +14,7 @@ COMMENT= OpenGL utility toolkit USE_LDCONFIG= yes USE_GL= glu -USE_XORG= glproto x11 xext xxf86vm xdamage xfixes xi xmu +USE_XORG= glproto x11 xext xxf86vm xdamage xfixes xi xmu dri2proto do-install: cd ${WRKSRC}/src/glut/glx; ${GMAKE} install |