diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-14 11:49:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-14 11:49:12 +0000 |
commit | bd4c75330d45a9055d0b6dec91fb47f7ee689f58 (patch) | |
tree | adb6f14ab2755970377e72d2a1036ee6abf9b527 /science | |
parent | 300aa7d09369cec028e1e49c45593f9f520343aa (diff) | |
download | ports-bd4c75330d45a9055d0b6dec91fb47f7ee689f58.tar.gz ports-bd4c75330d45a9055d0b6dec91fb47f7ee689f58.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/paraview/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 207fd7a49b94..9458adcba4f8 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: paraview -# Date created: 25 May, 2005 -# Whom: anholt@FreeBSD.ORG -# +# Created by: anholt@FreeBSD.ORG # $FreeBSD$ -# PORTNAME= paraview PORTVERSION= 3.10.1 @@ -32,6 +28,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes USE_PYTHON= yes USE_CMAKE= yes +USE_GCC= any #CONFLICTS= vtk-5.* CMAKE_ARGS+= -DPARAVIEW_USE_SYSTEM_HDF5=1 \ -DBUILD_SHARED_LIBS="ON" \ |