summaryrefslogtreecommitdiffstats
path: root/graphics/libglut
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2003-11-07 20:14:00 +0000
committeranholt <anholt@FreeBSD.org>2003-11-07 20:14:00 +0000
commit293ef7289863d87971138535af4ec1087797fe22 (patch)
tree0c8d4e8637b6de87b5dcddaa11d65234b071aa8a /graphics/libglut
parent499da5fccb067a0e9e6e31dbee8f691f234bbc2c (diff)
downloadFreeBSD-ports-293ef7289863d87971138535af4ec1087797fe22.zip
FreeBSD-ports-293ef7289863d87971138535af4ec1087797fe22.tar.gz
Use USE_GL.
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 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>
OpenPOWER on IntegriCloud