diff options
author | Robert Noland <rnoland@FreeBSD.org> | 2009-01-25 05:45:05 +0800 |
---|---|---|
committer | Robert Noland <rnoland@FreeBSD.org> | 2009-01-25 05:45:05 +0800 |
commit | 489e20505a95007108daa5bc175ae67ad0c06508 (patch) | |
tree | c201ffab67e9cad45e62e1527edb20d0358aa9bb /graphics/libGLw | |
parent | 134a22e2e775f25e5e4bfa7d41270e4c49c94654 (diff) | |
download | freebsd-ports-gnome-489e20505a95007108daa5bc175ae67ad0c06508.tar.gz freebsd-ports-gnome-489e20505a95007108daa5bc175ae67ad0c06508.tar.zst freebsd-ports-gnome-489e20505a95007108daa5bc175ae67ad0c06508.zip |
Add dependency on dri2proto to the rest of the mesa ports
Approved by: garga (mentor, implicit)
Diffstat (limited to 'graphics/libGLw')
-rw-r--r-- | graphics/libGLw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libGLw/Makefile b/graphics/libGLw/Makefile index b08d22647935..fa52387467da 100644 --- a/graphics/libGLw/Makefile +++ b/graphics/libGLw/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS+= makedepend:${PORTSDIR}/devel/makedepend LIB_DEPENDS+= Xm.3:${PORTSDIR}/x11-toolkits/open-motif USE_GL= gl -USE_XORG= glproto xt x11 xext xxf86vm xdamage xfixes +USE_XORG= glproto xt x11 xext xxf86vm xdamage xfixes dri2proto do-install: cd ${WRKSRC}/src/glw; ${GMAKE} install |