diff options
Diffstat (limited to 'math/vtk5/Makefile')
-rw-r--r-- | math/vtk5/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 0f97c57db41b..242695acc476 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/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. |