diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
commit | 1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97 (patch) | |
tree | 793d58c7df7e7a6a8851050e7e17a32a176a9a93 /math/vtk | |
parent | cefa94ae8b4b952fa2ed775be89954f487d66f73 (diff) | |
download | ports-1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97.tar.gz ports-1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97.zip |
Notes
Diffstat (limited to 'math/vtk')
-rw-r--r-- | math/vtk/Makefile | 2 | ||||
-rw-r--r-- | math/vtk/pkg-plist | 2 | ||||
-rw-r--r-- | math/vtk/pkg-plist.with_patented | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile index 796df83ed9a5..18e1d1a6d909 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> diff --git a/math/vtk/pkg-plist b/math/vtk/pkg-plist index 4fb4e05fa089..0d16b552b23c 100644 --- a/math/vtk/pkg-plist +++ b/math/vtk/pkg-plist @@ -56,5 +56,3 @@ 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 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/math/vtk/pkg-plist.with_patented b/math/vtk/pkg-plist.with_patented index 94b778e84996..89ae883f6c4b 100644 --- a/math/vtk/pkg-plist.with_patented +++ b/math/vtk/pkg-plist.with_patented @@ -59,5 +59,3 @@ 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 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |