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/libGL | |
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/libGL')
-rw-r--r-- | graphics/libGL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libGL/Makefile b/graphics/libGL/Makefile index 2caa24c4735e..1bd2a9165574 100644 --- a/graphics/libGL/Makefile +++ b/graphics/libGL/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/makedepend LIB_DEPENDS+= drm:${PORTSDIR}/graphics/libdrm \ expat.6:${PORTSDIR}/textproc/expat2 -USE_XORG= glproto x11 xext xxf86vm xdamage xfixes +USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto do-install: ${RM} ${WRKSRC}/include/GL/glu*.h |