Date: Tue, 27 Nov 2018 23:04:07 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486072 - head/devel/gdcm Message-ID: <201811272304.wARN47WY042510@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811272304.wARN47WY042510>