diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 04:52:50 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 04:52:50 +0800 |
commit | 5d72d20f184d5afd8a73760645e5f3a5c6cadd33 (patch) | |
tree | 9e915f56b5ed1c49006ce412f81727a9f9b10feb /math/vtk | |
parent | 17b571cbfdb54fe73efd160edfd5a1cb23218720 (diff) | |
download | freebsd-ports-gnome-5d72d20f184d5afd8a73760645e5f3a5c6cadd33.tar.gz freebsd-ports-gnome-5d72d20f184d5afd8a73760645e5f3a5c6cadd33.tar.zst freebsd-ports-gnome-5d72d20f184d5afd8a73760645e5f3a5c6cadd33.zip |
portlint
Diffstat (limited to 'math/vtk')
-rw-r--r-- | math/vtk/Makefile | 6 | ||||
-rw-r--r-- | math/vtk/pkg-descr | 2 | ||||
-rw-r--r-- | math/vtk/pkg-plist | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile index 0f97c57db41b..242695acc476 100644 --- a/math/vtk/Makefile +++ b/math/vtk/Makefile @@ -13,14 +13,12 @@ DISTNAME= vtk31Unix MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \ tk82.1:${PORTSDIR}/x11-toolkits/tk82 -RUN_DEPENDS= -WRKSRC= $(WRKDIR)/vtk31 +WRKSRC= ${WRKDIR}/vtk31 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-mesa --with-shared --with-tcl --with-bsdmake +CONFIGURE_ARGS= --with-mesa --with-shared --with-tcl --with-bsdmake CONFIGURE_ARGS+= --with-contrib --with-tkwidget # Support for Python is compiled in by default. diff --git a/math/vtk/pkg-descr b/math/vtk/pkg-descr index 98e535e4c54f..1d395486cd3d 100644 --- a/math/vtk/pkg-descr +++ b/math/vtk/pkg-descr @@ -12,4 +12,4 @@ objects in VTK as well as a FAQ. Prentice Hall, ISBN 013199837-4 For more information and a FAQ see our web page at -http://www.kitware.com/vtk.html +WWW: http://www.kitware.com/vtk.html diff --git a/math/vtk/pkg-plist b/math/vtk/pkg-plist index 3384793ac4b2..4fb4e05fa089 100644 --- a/math/vtk/pkg-plist +++ b/math/vtk/pkg-plist @@ -50,10 +50,10 @@ lib/vtk/python/vtkImageWindowWidget.pyo lib/vtk/python/vtkRenderWidget.py lib/vtk/python/vtkRenderWidget.pyc lib/vtk/python/vtkRenderWidget.pyo -lib/vtk/python/vtkpython.so -lib/vtk/python/vtkTkImageViewerWidget -lib/vtk/python/vtkTkImageWindowWidget -lib/vtk/python/vtkTkRenderWidget +lib/vtk/python/vtkpython.so +lib/vtk/python/vtkTkImageViewerWidget +lib/vtk/python/vtkTkImageWindowWidget +lib/vtk/python/vtkTkRenderWidget @dirrm lib/vtk/python @dirrm lib/vtk @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib |