diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-10-13 14:41:27 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-10-13 17:25:45 +0000 |
commit | 0c041ad4a2d2ade16fb3a91a5e651f018e33455f (patch) | |
tree | a096a27b5f9d47d052a7fbe040ae93422b7cafc8 /graphics/mirtk | |
parent | db2b8e7e56e03df0101eadbb86360c282e9494fd (diff) |
Diffstat (limited to 'graphics/mirtk')
-rw-r--r-- | graphics/mirtk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/mirtk/Makefile b/graphics/mirtk/Makefile index 95ab382b3636..25c6178157cc 100644 --- a/graphics/mirtk/Makefile +++ b/graphics/mirtk/Makefile @@ -1,7 +1,7 @@ PORTNAME= mirtk DISTVERSIONPREFIX= v DISTVERSION= 2.0.0-178 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX= -g973ce2f CATEGORIES= graphics @@ -31,7 +31,8 @@ TBB_LIB_DEPENDS= libtbb.so:devel/onetbb VTK_DESC= Build with the VTK toolkit VTK_CMAKE_BOOL= WITH_VTK -VTK_LIB_DEPENDS= libvtkCommonCore-9.1.so:math/vtk9 \ +VTK_LIB_DEPENDS= libvtkCommonCore-${VTK_VER}.so:math/vtk9 \ libexpat.so:textproc/expat2 +.include <../../math/vtk9/Makefile.version> .include <bsd.port.mk> |