aboutsummaryrefslogtreecommitdiff
path: root/science/elmerfem
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2022-02-25 21:59:22 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2024-02-22 08:14:00 +0000
commit8eff5648403f6eadaf33696f79339a677f99905d (patch)
tree6fb4ffe70a934fcda1c3327c4d49afa104d626b1 /science/elmerfem
parent2f66c587e24445ca95684f48870f57661b4d5254 (diff)
downloadports-8eff5648403f6eadaf33696f79339a677f99905d.tar.gz
ports-8eff5648403f6eadaf33696f79339a677f99905d.zip
Diffstat (limited to 'science/elmerfem')
-rw-r--r--science/elmerfem/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/elmerfem/Makefile b/science/elmerfem/Makefile
index a2eb218375a2..e14f822e06da 100644
--- a/science/elmerfem/Makefile
+++ b/science/elmerfem/Makefile
@@ -47,11 +47,11 @@ OPTIONS_SUB= yes
GUI_DESC= Build with ElmerGUI (Graphical User Interface)
OCC_DESC= Use OpenCASCADE for CAD import in ElmerGUI
-GUI_LIB_DEPENDS= libqwt6.so:x11-toolkits/qwt6
+GUI_LIB_DEPENDS= libqwt.so:x11-toolkits/qwt6@qt5
GUI_USES= gl jpeg qt:5 xorg
GUI_USE= gl=gl,glu xorg=ice,sm,x11,xext,xt qt=${_QT5_LIBS:ts,}
GUI_CMAKE_BOOL= WITH_ELMERGUI WITH_PARAVIEW
-GUI_CMAKE_ON= -DQWT_LIBRARY=${QT_LIBDIR}/libqwt6.so \
+GUI_CMAKE_ON= -DQWT_LIBRARY=${QT_LIBDIR}/libqwt.so \
-DQWT_INCLUDE_DIR=${QT_INCDIR}/qwt6 \
-DDESIRED_QT_VERSION=5 \
-DWITH_QT5:BOOL=TRUE \