diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-04-23 06:07:28 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-04-23 06:07:28 +0800 |
commit | 4b98d5e0cc6cd3129daa57077765674768a5ca9d (patch) | |
tree | 7ad75ed77b12a4a304813bc723fdf7c698adf8ce /math | |
parent | f8450f0cc24323e3def947e24cbed1f296ed2adb (diff) | |
download | freebsd-ports-gnome-4b98d5e0cc6cd3129daa57077765674768a5ca9d.tar.gz freebsd-ports-gnome-4b98d5e0cc6cd3129daa57077765674768a5ca9d.tar.zst freebsd-ports-gnome-4b98d5e0cc6cd3129daa57077765674768a5ca9d.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 |