summaryrefslogtreecommitdiffstats
path: root/math/vtk/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-15 16:44:16 +0000
committersobomax <sobomax@FreeBSD.org>2000-06-15 16:44:16 +0000
commitf359ee78885faedfb9fd1259c36133038ac50245 (patch)
treee149280677fe44f0552faf757470ea0023906ed0 /math/vtk/Makefile
parent124867154b7cf447efaed5aa7238f231be993f70 (diff)
downloadFreeBSD-ports-f359ee78885faedfb9fd1259c36133038ac50245.zip
FreeBSD-ports-f359ee78885faedfb9fd1259c36133038ac50245.tar.gz
First round of INSTALL_SHLIB fixes.
Diffstat (limited to 'math/vtk/Makefile')
-rw-r--r--math/vtk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile
index 796df83..18e1d1a 100644
--- a/math/vtk/Makefile
+++ b/math/vtk/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \
tk82.1:${PORTSDIR}/x11-toolkits/tk82
WRKSRC= ${WRKDIR}/vtk31
+INSTALL_SHLIBS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mesa --with-shared --with-tcl --with-bsdmake
CONFIGURE_ARGS+= --with-contrib --with-tkwidget
@@ -38,6 +39,5 @@ post-install:
${PREFIX}/bin/python -c "import compileall; compileall.compile_dir( '${PREFIX}/lib/vtk/python' );"
${PREFIX}/bin/python -Oc "import compileall; compileall.compile_dir( '${PREFIX}/lib/vtk/python' );"
.endif
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
OpenPOWER on IntegriCloud