diff options
author | kris <kris@FreeBSD.org> | 2006-04-23 06:07:28 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-04-23 06:07:28 +0800 |
commit | cc2ebfedfd5cb61ac8bf29792b0d6a4a7b625ad5 (patch) | |
tree | faa81da502624e91c8751f4f4a34f731f012d598 /math | |
parent | 8dd6efc2143ce4e50bc92d069a08de982a936944 (diff) | |
download | freebsd-ports-gnome-cc2ebfedfd5cb61ac8bf29792b0d6a4a7b625ad5.tar.gz freebsd-ports-gnome-cc2ebfedfd5cb61ac8bf29792b0d6a4a7b625ad5.tar.zst freebsd-ports-gnome-cc2ebfedfd5cb61ac8bf29792b0d6a4a7b625ad5.zip |
BROKEN: Incorrect pkg-plist
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk43/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/vtk43/Makefile b/math/vtk43/Makefile index 358b7aa0a1f3..8b17cbc3f4e9 100644 --- a/math/vtk43/Makefile +++ b/math/vtk43/Makefile @@ -23,6 +23,8 @@ DISTFILES?= VTK-${PORTVERSION}-cvs${CVSDATE}.tar.gz MAINTAINER= bacon@smithers.neuro.mcw.edu COMMENT?= The Visualization Toolkit shared libs +BROKEN= Incorrect pkg-plist + USE_REINPLACE= yes PREFIX= ${LOCALBASE}/vtk43 |