summaryrefslogtreecommitdiff
path: root/graphics/libglut
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-11-07 20:14:00 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-11-07 20:14:00 +0000
commit0bed35ec42dd607cc9c89a127deb5b9a2808953b (patch)
treeb5446cfc6ac7237a27a9e0b66c2e73c73c2ecb87 /graphics/libglut
parentReally add the fix for 56096. This was tested on bento, but somehow removed (diff)
Use USE_GL.
Notes
Notes: svn path=/head/; revision=93318
Diffstat (limited to 'graphics/libglut')
-rw-r--r--graphics/libglut/Makefile7
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>