svn commit: r489619 - head/devel/gdcm

Tobias Kortkamp tobik at FreeBSD.org
Mon Jan 7 22:34:26 UTC 2019


Author: tobik
Date: Mon Jan  7 22:34:25 2019
New Revision: 489619
URL: https://svnweb.freebsd.org/changeset/ports/489619

Log:
  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.

Modified:
  head/devel/gdcm/Makefile

Modified: head/devel/gdcm/Makefile
==============================================================================
--- head/devel/gdcm/Makefile	Mon Jan  7 21:11:09 2019	(r489618)
+++ head/devel/gdcm/Makefile	Mon Jan  7 22:34:25 2019	(r489619)
@@ -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-head mailing list