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/Makefile | |
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/Makefile')
-rw-r--r-- | math/vtk/Makefile | 6 |
1 files changed, 2 insertions, 4 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. |