diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-11-07 20:14:00 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-11-07 20:14:00 +0000 |
commit | 0bed35ec42dd607cc9c89a127deb5b9a2808953b (patch) | |
tree | b5446cfc6ac7237a27a9e0b66c2e73c73c2ecb87 /graphics/libglut/Makefile | |
parent | e01b8f26ce9b159f2dd3d0e6c21b8ac13582dcdd (diff) | |
download | ports-0bed35ec42dd607cc9c89a127deb5b9a2808953b.tar.gz ports-0bed35ec42dd607cc9c89a127deb5b9a2808953b.zip |
Notes
Diffstat (limited to 'graphics/libglut/Makefile')
-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 02be407fa1a9..f7054c922dfb 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> |