diff options
Diffstat (limited to 'math/curv/Makefile')
-rw-r--r-- | math/curv/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/math/curv/Makefile b/math/curv/Makefile index c4cf2c72934f..5f9dcbae04b1 100644 --- a/math/curv/Makefile +++ b/math/curv/Makefile @@ -1,6 +1,6 @@ PORTNAME= curv DISTVERSION= 0.5 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= math lang graphics MAINTAINER= yuri@FreeBSD.org @@ -16,7 +16,7 @@ BROKEN= requires OpenMP support that is missing on this architecture .endif BUILD_DEPENDS= glm>0:math/glm -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ +LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libdouble-conversion.so:devel/double-conversion \ libglfw.so:graphics/glfw \ libImath.so:math/Imath \ @@ -43,6 +43,11 @@ PLIST_FILES= bin/curv \ lib/curv/std.curv \ share/gtksourceview-3.0/language-specs/curv.lang +post-patch: + @${REINPLACE_CMD} -e '/find_package/s| system||' \ + -e 's| Boost::system||' \ + ${WRKSRC}/CMakeLists.txt + post-install: @${RM} ${STAGEDIR}${PREFIX}/lib/curv/lib/README |