diff options
Diffstat (limited to 'graphics/libglut')
-rw-r--r-- | graphics/libglut/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/libglut/Makefile b/graphics/libglut/Makefile index 02be407..f7054c9 100644 --- a/graphics/libglut/Makefile +++ b/graphics/libglut/Makefile @@ -17,6 +17,7 @@ COMMENT= A graphics library similar to SGI's OpenGL USE_BZIP2= yes INSTALLS_SHLIB= yes +USE_GL= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/Mesa-${PORTVERSION}/src-glut @@ -24,8 +25,4 @@ WRKSRC= ${WRKDIR}/Mesa-${PORTVERSION}/src-glut pre-patch: ${CP} ${FILESDIR}/Makefile ${WRKSRC}/ -.include <bsd.port.pre.mk> -.if ${XFREE86_VERSION} == 3 -LIB_DEPENDS+= GL.14:${PORTSDIR}/graphics/mesagl -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |