diff options
author | obache <obache> | 2007-05-18 07:50:11 +0000 |
---|---|---|
committer | obache <obache> | 2007-05-18 07:50:11 +0000 |
commit | 611ce9d588f8a48617b0097cca4cac5f66628a6e (patch) | |
tree | 423e9bd6bbbfde8169df39ebdf43a87d9623b0e2 /graphics/vtk/Makefile | |
parent | b78be4cffcffc6d29218e78b645e47d7fa3b6f13 (diff) | |
download | pkgsrc-611ce9d588f8a48617b0097cca4cac5f66628a6e.tar.gz |
Avoid to relink in install phase, because relink remove RPATH.
Bump PKGREVISION.
Diffstat (limited to 'graphics/vtk/Makefile')
-rw-r--r-- | graphics/vtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/vtk/Makefile b/graphics/vtk/Makefile index 88baa724334..048271b84ba 100644 --- a/graphics/vtk/Makefile +++ b/graphics/vtk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2007/03/12 06:46:42 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2007/05/18 07:50:11 obache Exp $ # PKGNAME= vtk-${VTKDIST_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= Visualization toolkit |