aboutsummaryrefslogtreecommitdiffstats
path: root/math/vtk/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-04-21 04:52:50 +0800
committermharo <mharo@FreeBSD.org>2000-04-21 04:52:50 +0800
commit5d72d20f184d5afd8a73760645e5f3a5c6cadd33 (patch)
tree9e915f56b5ed1c49006ce412f81727a9f9b10feb /math/vtk/Makefile
parent17b571cbfdb54fe73efd160edfd5a1cb23218720 (diff)
downloadfreebsd-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/Makefile6
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.