Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jul 2016 02:43:33 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419098 - head/math/vtk6
Message-ID:  <201607260243.u6Q2hXTF026684@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607260243.u6Q2hXTF026684>