diff options
author | makc <makc@FreeBSD.org> | 2013-03-23 04:06:14 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-23 04:06:14 +0800 |
commit | 071186fd6d22f1abd16554cae92bf26af9d1cb4e (patch) | |
tree | b368198f913179c06dafd19ac72527fcf9836f6d /science/paraview | |
parent | eda1ae8e7cf50659cf0b55fefdcae532e6ad0405 (diff) | |
download | freebsd-ports-gnome-071186fd6d22f1abd16554cae92bf26af9d1cb4e.tar.gz freebsd-ports-gnome-071186fd6d22f1abd16554cae92bf26af9d1cb4e.tar.zst freebsd-ports-gnome-071186fd6d22f1abd16554cae92bf26af9d1cb4e.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 'science/paraview')
-rw-r--r-- | science/paraview/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 9458adcba4f8..c833c4c78937 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -27,7 +27,7 @@ USE_XORG= x11 xt USE_GMAKE= yes USE_LDCONFIG= yes USE_PYTHON= yes -USE_CMAKE= yes +USES= cmake:outsource USE_GCC= any #CONFLICTS= vtk-5.* CMAKE_ARGS+= -DPARAVIEW_USE_SYSTEM_HDF5=1 \ @@ -82,7 +82,6 @@ PLIST_SUB+= GL2PS="@comment " .endif MAKE_JOBS_SAFE= yes -CMAKE_OUTSOURCE= yes PLIST_SUB+= VERMAJORMINOR=${VERMAJORMINOR} CMAKE2INST= ParaViewConfig.cmake \ |