Date: Fri, 9 Jun 2023 22:44:52 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a1a91e5ac606 - main - math/vtk8: Fix build on 14 with missing perl Message-ID: <202306092244.359MiqgU052757@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1a91e5ac606616fb06a0de209b8240257a1aaa6 commit a1a91e5ac606616fb06a0de209b8240257a1aaa6 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-09 21:04:32 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-09 22:00:18 +0000 math/vtk8: Fix build on 14 with missing perl Approved by: portmgr (blanket) --- math/vtk8/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile index 7dc4688d1a7a..7e001e80d54e 100644 --- a/math/vtk8/Makefile +++ b/math/vtk8/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libtiff.so:graphics/tiff \ CONFLICTS= vtk6 vtk9 -USES= alias cmake compiler:c++11-lang gl jpeg localbase xorg +USES= alias cmake compiler:c++11-lang gl jpeg localbase perl5 xorg USE_LDCONFIG= ${PREFIX}/lib/vtk-${VTK_SHORT_VER} USE_XORG= ice x11 xt xext sm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306092244.359MiqgU052757>