svn commit: r486072 - head/devel/gdcm

Stephen Montgomery-Smith stephen at FreeBSD.org
Tue Nov 27 23:04:08 UTC 2018


Author: stephen
Date: Tue Nov 27 23:04:07 2018
New Revision: 486072
URL: https://svnweb.freebsd.org/changeset/ports/486072

Log:
  - Combine the two USES together - one used to incorrectly over-right the other.
  
  PR:		ports/233568
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/devel/gdcm/Makefile

Modified: head/devel/gdcm/Makefile
==============================================================================
--- head/devel/gdcm/Makefile	Tue Nov 27 22:56:17 2018	(r486071)
+++ head/devel/gdcm/Makefile	Tue Nov 27 23:04:07 2018	(r486072)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	pkgconf:devel/pkgconf
 LIB_DEPENDS=	libopenjp2.so:graphics/openjpeg \
 		libexpat.so:textproc/expat2
 
-USES=		compiler:c++11-lang
+USES=		alias cmake:outsource compiler:c++11-lang tar:bzip2 ssl
 
 OPTIONS_RADIO=		VTK
 OPTIONS_RADIO_VTK=	VTK5 VTK6
@@ -39,7 +39,6 @@ GDCM_PATCH=	8
 VTK5_VERSION=	5.10
 VTK6_VERSION=	6.2
 
-USES=		alias cmake:outsource 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