diff options
author | Robert Noland <rnoland@FreeBSD.org> | 2009-01-24 21:45:05 +0000 |
---|---|---|
committer | Robert Noland <rnoland@FreeBSD.org> | 2009-01-24 21:45:05 +0000 |
commit | 489e20505a95007108daa5bc175ae67ad0c06508 (patch) | |
tree | c201ffab67e9cad45e62e1527edb20d0358aa9bb /graphics/libGLU | |
parent | 134a22e2e775f25e5e4bfa7d41270e4c49c94654 (diff) |
Notes
Diffstat (limited to 'graphics/libGLU')
-rw-r--r-- | graphics/libGLU/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile index dace0ab723c7..b39ab7574fe5 100644 --- a/graphics/libGLU/Makefile +++ b/graphics/libGLU/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics COMMENT= OpenGL utility library USE_GL= gl -USE_XORG= glproto x11 xext xxf86vm xdamage xfixes +USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto do-install: cd ${WRKSRC}/src/glu; ${GMAKE} install |