diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-23 04:06:14 +0800 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-23 04:06:14 +0800 |
commit | ffd97a0193e0238aa21bc32b570fd052292e0fe5 (patch) | |
tree | b368198f913179c06dafd19ac72527fcf9836f6d /devel/gdcm | |
parent | ccbdf54cacb9796580726f8d5278fe3fa53d5e53 (diff) | |
download | freebsd-ports-gnome-ffd97a0193e0238aa21bc32b570fd052292e0fe5.tar.gz freebsd-ports-gnome-ffd97a0193e0238aa21bc32b570fd052292e0fe5.tar.zst freebsd-ports-gnome-ffd97a0193e0238aa21bc32b570fd052292e0fe5.zip |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
Diffstat (limited to 'devel/gdcm')
-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 5f01eaa66385..0a37b87104ca 100644 --- a/devel/gdcm/Makefile +++ b/devel/gdcm/Makefile @@ -17,12 +17,11 @@ OPTIONS_UNSET= DOCS VTK_DESC= Build with VTK bindings USE_BZIP2= yes -USE_CMAKE= yes +USES= cmake:outsource USE_OPENSSL= yes USE_LDCONFIG= ${PREFIX}/lib \ ${PREFIX}/lib/gdcm-${GDCM_MAJ} CFLAGS+= -I${LOCALBASE}/include -CMAKE_OUTSOURCE=yes CMAKE_ARGS+= -DGDCM_PDF_DOCUMENTATION:BOOL=NO \ -DGDCM_USE_SYSTEM_OPENSSL:BOOL=YES \ -DGDCM_USE_SYSTEM_EXPAT:BOOL=YES \ |