diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 00:44:16 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 00:44:16 +0800 |
commit | f359ee78885faedfb9fd1259c36133038ac50245 (patch) | |
tree | e149280677fe44f0552faf757470ea0023906ed0 /math/vtk5 | |
parent | 124867154b7cf447efaed5aa7238f231be993f70 (diff) | |
download | freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.gz freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.zst freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.zip |
First round of INSTALL_SHLIB fixes.
Diffstat (limited to 'math/vtk5')
-rw-r--r-- | math/vtk5/Makefile | 2 | ||||
-rw-r--r-- | math/vtk5/pkg-plist | 2 | ||||
-rw-r--r-- | math/vtk5/pkg-plist.with_patented | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 796df83ed9a5..18e1d1a6d909 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/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/vtk5/pkg-plist b/math/vtk5/pkg-plist index 4fb4e05fa089..0d16b552b23c 100644 --- a/math/vtk5/pkg-plist +++ b/math/vtk5/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/vtk5/pkg-plist.with_patented b/math/vtk5/pkg-plist.with_patented index 94b778e84996..89ae883f6c4b 100644 --- a/math/vtk5/pkg-plist.with_patented +++ b/math/vtk5/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 |