diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-07-07 08:17:50 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-07-07 08:17:50 +0000 |
commit | cac5e272fd695b74de49030ea4f8b3f08470d78b (patch) | |
tree | 5dbee8bb3e8e363cdb4f8e10ae09b1f12e871928 /math | |
parent | ac8b09d5b6eade974f853407bd6aaeac66224bda (diff) | |
download | ports-cac5e272fd695b74de49030ea4f8b3f08470d78b.tar.gz ports-cac5e272fd695b74de49030ea4f8b3f08470d78b.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk6/Makefile | 2 |
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 |