View | Details | Raw Unified | Return to bug 233568
Collapse All | Expand All

(-)Makefile (-3 / +1 lines)
Lines 15-22 Link Here
15
LIB_DEPENDS=	libopenjp2.so:graphics/openjpeg \
15
LIB_DEPENDS=	libopenjp2.so:graphics/openjpeg \
16
		libexpat.so:textproc/expat2
16
		libexpat.so:textproc/expat2
17
17
18
USES=		compiler:c++11-lang
19
20
OPTIONS_RADIO=		VTK
18
OPTIONS_RADIO=		VTK
21
OPTIONS_RADIO_VTK=	VTK5 VTK6
19
OPTIONS_RADIO_VTK=	VTK5 VTK6
22
OPTIONS_SUB=		yes
20
OPTIONS_SUB=		yes
Lines 39-45 Link Here
39
VTK5_VERSION=	5.10
37
VTK5_VERSION=	5.10
40
VTK6_VERSION=	6.2
38
VTK6_VERSION=	6.2
41
39
42
USES=		alias cmake:outsource tar:bzip2 ssl
40
USES=		alias cmake:outsource compiler:c++11-lang tar:bzip2 ssl
43
USE_LDCONFIG=	yes
41
USE_LDCONFIG=	yes
44
CFLAGS+=	-I${LOCALBASE}/include
42
CFLAGS+=	-I${LOCALBASE}/include
45
CMAKE_ARGS=	-DGDCM_USE_SYSTEM_OPENSSL:BOOL=ON \
43
CMAKE_ARGS=	-DGDCM_USE_SYSTEM_OPENSSL:BOOL=ON \

Return to bug 233568