svn commit: r489940 - branches/2019Q1/devel/gdcm

Tobias Kortkamp tobik at FreeBSD.org
Fri Jan 11 05:58:36 UTC 2019


Author: tobik
Date: Fri Jan 11 05:58:35 2019
New Revision: 489940
URL: https://svnweb.freebsd.org/changeset/ports/489940

Log:
  MFH: r489619
  
  devel/gdcm: Combine the two USES together again
  
  This was fixed in r486072 before but was broken again in r488341
  during the cmake:outsource -> cmake change.
  
  Approved by:	ports-secteam (tier-2) build fix blanket

Modified:
  branches/2019Q1/devel/gdcm/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/devel/gdcm/Makefile
==============================================================================
--- branches/2019Q1/devel/gdcm/Makefile	Fri Jan 11 05:56:01 2019	(r489939)
+++ branches/2019Q1/devel/gdcm/Makefile	Fri Jan 11 05:58:35 2019	(r489940)
@@ -34,7 +34,6 @@ GDCM_PATCH=	8
 # Change this whenever VTK is updated
 VTK6_VERSION=	6.2
 
-USES=		alias cmake tar:bzip2 ssl
 USE_LDCONFIG=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 CMAKE_ARGS=	-DGDCM_USE_SYSTEM_OPENSSL:BOOL=ON \


More information about the svn-ports-all mailing list