aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-07-07 08:17:50 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-07-07 08:17:50 +0000
commitcac5e272fd695b74de49030ea4f8b3f08470d78b (patch)
tree5dbee8bb3e8e363cdb4f8e10ae09b1f12e871928 /math
parentac8b09d5b6eade974f853407bd6aaeac66224bda (diff)
downloadports-cac5e272fd695b74de49030ea4f8b3f08470d78b.tar.gz
ports-cac5e272fd695b74de49030ea4f8b3f08470d78b.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/vtk6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk6/Makefile b/math/vtk6/Makefile
index 9a9f81de8bcc..23a4c4393ac5 100644
--- a/math/vtk6/Makefile
+++ b/math/vtk6/Makefile
@@ -28,7 +28,6 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
UNIQUENAME= ${PKGBASE}
CONFLICTS= vtk-4*
-USE_GL= gl
USE_LDCONFIG= ${PREFIX}/lib/vtk-${VTK_SHORT_VER}
USE_XORG= xt
USES= cmake:outsource
@@ -98,6 +97,7 @@ CMAKE_ARGS+= -DVTK_OPENGL_HAS_OSMESA:BOOL=ON \
PLIST_SUB+= X11="@comment " \
OSMESA=""
.else
+USE_GL= gl
PLIST_SUB+= X11="" \
OSMESA="@comment "
.endif