Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2019 22:34:26 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489619 - head/devel/gdcm
Message-ID:  <201901072234.x07MYQ9N011215@repo.freebsd.org>

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



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