diff options
author | pav <pav@FreeBSD.org> | 2004-11-07 00:15:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-07 00:15:53 +0800 |
commit | 47500c7eff8cf19ddcd8389bb36e079d3737e79b (patch) | |
tree | ebe64a77657f3ceae0e2414d8f59c47e6030f892 /math/vtk/Makefile | |
parent | b5eb06b9dd79338a946ce32ee89ec2e94f48cbb7 (diff) | |
download | freebsd-ports-gnome-47500c7eff8cf19ddcd8389bb36e079d3737e79b.tar.gz freebsd-ports-gnome-47500c7eff8cf19ddcd8389bb36e079d3737e79b.tar.zst freebsd-ports-gnome-47500c7eff8cf19ddcd8389bb36e079d3737e79b.zip |
- Fix build on FreeBSD 5.3
PR: ports/73607
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Diffstat (limited to 'math/vtk/Makefile')
-rw-r--r-- | math/vtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile index 662e90885ad4..fa2768748f59 100644 --- a/math/vtk/Makefile +++ b/math/vtk/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 |