diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-06 16:15:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-06 16:15:53 +0000 |
commit | 81b2f337fd6355cf6acca4fa8d65882d1eb20da6 (patch) | |
tree | c6a42b39eb808a8fa3b36498decd1f1a048bf5e7 /math/vtk5/Makefile | |
parent | Update to 3.11.3. (diff) |
- Fix build on FreeBSD 5.3
PR: ports/73607
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Diffstat (limited to 'math/vtk5/Makefile')
-rw-r--r-- | math/vtk5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 662e90885ad4..fa2768748f59 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -43,6 +43,7 @@ PLIST_SUB+= LIBVER=${LIBVER} PKGNAME=${PKGNAME} .if defined(WRAP) || !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX}=="-headers" +PATCH_WRKSRC= ${WRKDIR}/VTK WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-build BUILD_DEPENDS+= ${CMAKE}:${PORTSDIR}/devel/cmake @@ -131,7 +132,7 @@ pre-everything:: @${ECHO_MSG} "-------------------------------------------------------------" .endif -do-patch: patch-common +post-patch: patch-common do-install: install-cnotice install-binaries install-libs |