diff options
Diffstat (limited to 'graphics/libGL/Makefile')
-rw-r--r-- | graphics/libGL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libGL/Makefile b/graphics/libGL/Makefile index 1bd2a9165574..e10e1a7ca5c8 100644 --- a/graphics/libGL/Makefile +++ b/graphics/libGL/Makefile @@ -7,6 +7,7 @@ PORTNAME= libGL PORTVERSION= ${MESAVERSION} +PORTREVISION= 1 CATEGORIES= graphics COMMENT= OpenGL library that renders using GLX or DRI @@ -15,7 +16,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 dri2proto +USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto:both do-install: ${RM} ${WRKSRC}/include/GL/glu*.h |