svn commit: r419098 - head/math/vtk6
Stephen Montgomery-Smith
stephen at FreeBSD.org
Tue Jul 26 02:43:34 UTC 2016
Author: stephen
Date: Tue Jul 26 02:43:33 2016
New Revision: 419098
URL: https://svnweb.freebsd.org/changeset/ports/419098
Log:
- Add more xorg and gl dependencies so that they are correctly registered.
- Bump portrevision.
Modified:
head/math/vtk6/Makefile
Modified: head/math/vtk6/Makefile
==============================================================================
--- head/math/vtk6/Makefile Tue Jul 26 02:22:23 2016 (r419097)
+++ head/math/vtk6/Makefile Tue Jul 26 02:43:33 2016 (r419098)
@@ -3,7 +3,7 @@
PORTNAME= vtk
PORTVERSION= 6.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math graphics
MASTER_SITES= http://www.vtk.org/files/release/${VTK_SHORT_VER}/
PKGNAMESUFFIX= 6
@@ -25,7 +25,7 @@ LIB_DEPENDS= libtiff.so:graphics/tiff \
CONFLICTS= vtk-4*
USE_LDCONFIG= ${PREFIX}/lib/vtk-${VTK_SHORT_VER}
-USE_XORG= xt
+USE_XORG= xt sm ice x11 xext
USES= alias cmake:outsource jpeg
CXXFLAGS+= -I${LOCALBASE}/include
@@ -108,7 +108,7 @@ CMAKE_ARGS+= -DVTK_OPENGL_HAS_OSMESA:BOO
PLIST_SUB+= X11="@comment " \
OSMESA=""
.else
-USE_GL= gl
+USE_GL= gl glu
PLIST_SUB+= X11="" \
OSMESA="@comment "
.endif
More information about the svn-ports-head
mailing list