diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-11-27 23:04:07 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-11-27 23:04:07 +0000 |
commit | 88a14415a02db6aeb96fe6d7b7e7ede8c131e3f9 (patch) | |
tree | 86b61d8627f16b883343f4d5c816a4a51049fe0b | |
parent | Update from 1.15.6 to 1.15.7. (diff) |
- Combine the two USES together - one used to incorrectly over-right the other.
PR: ports/233568
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes:
svn path=/head/; revision=486072
-rw-r--r-- | devel/gdcm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gdcm/Makefile b/devel/gdcm/Makefile index 6898ab20cfb2..bdebd38114a6 100644 --- a/devel/gdcm/Makefile +++ b/devel/gdcm/Makefile @@ -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 \ |