svn commit: r508449 - head/math/vtk6

Mark Linimon linimon at FreeBSD.org
Fri Aug 9 12:47:55 UTC 2019


Author: linimon
Date: Fri Aug  9 12:47:54 2019
New Revision: 508449
URL: https://svnweb.freebsd.org/changeset/ports/508449

Log:
  Appease portlint.
  
  I have a tier-2-related patch in progress, and having portlint less
  noisy will help me with testing.
  
  Approved by:	"just fix it"

Modified:
  head/math/vtk6/Makefile

Modified: head/math/vtk6/Makefile
==============================================================================
--- head/math/vtk6/Makefile	Fri Aug  9 12:13:05 2019	(r508448)
+++ head/math/vtk6/Makefile	Fri Aug  9 12:47:54 2019	(r508449)
@@ -24,9 +24,9 @@ LIB_DEPENDS=	libtiff.so:graphics/tiff \
 # * VTK Groups
 
 CONFLICTS=	vtk5 vtk8
+USES=		alias cmake jpeg localbase
 USE_LDCONFIG=	${PREFIX}/lib/vtk-${VTK_SHORT_VER}
 USE_XORG=	xt sm ice x11 xext
-USES=		alias cmake jpeg localbase
 CXXFLAGS_powerpc64=	-mminimal-toc
 
 VTK_SHORT_VER=	${PORTVERSION:R}


More information about the svn-ports-all mailing list