diff options
author | joerg <joerg> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-07-14 12:55:56 +0000 |
commit | ea30842945a7da8e04cb190e5ab5845b89a96f2e (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /graphics/vtk/Makefile | |
parent | fcd856930931649a053e5bae5aa7d42494437faa (diff) | |
download | pkgsrc-ea30842945a7da8e04cb190e5ab5845b89a96f2e.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'graphics/vtk/Makefile')
-rw-r--r-- | graphics/vtk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/vtk/Makefile b/graphics/vtk/Makefile index 81e30584f33..a38dadca921 100644 --- a/graphics/vtk/Makefile +++ b/graphics/vtk/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.10 2007/06/18 17:58:35 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/07/14 12:56:05 joerg Exp $ # PKGNAME= vtk-${VTKDIST_VERSION} PKGREVISION= 5 +PKG_DESTDIR_SUPPORT= user-destdir + COMMENT= Visualization toolkit .include "../../devel/cmake/buildlink3.mk" |