aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-11-15 10:21:27 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-11-15 10:36:04 +0000
commite0b553b48894e8df7d93347771938b6036b7c37e (patch)
treeb85fbaadda3f38836960a960d845442f6ae05b4c
parent1438b2af117140846cddf6a1c092db012630aae3 (diff)
downloadports-e0b553b48894e8df7d93347771938b6036b7c37e.tar.gz
ports-e0b553b48894e8df7d93347771938b6036b7c37e.zip
science/spheral: Fix build by adding USES=localbase:ldflags
-lmfem wasn't found on some systems. Reported by: fallout
-rw-r--r--science/spheral/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/spheral/Makefile b/science/spheral/Makefile
index 3d84678b497f..4a71f8155ed6 100644
--- a/science/spheral/Makefile
+++ b/science/spheral/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= libaxom.so:science/axom \
libqhull_r.so:math/qhull \
libsiloh5.so:science/silo
-USES= cmake:testing compiler:c++14-lang eigen:3 fortran lua mpi:mpich python
+USES= cmake:testing compiler:c++14-lang eigen:3 fortran localbase:ldflags lua mpi:mpich python
USE_LDCONFIG= yes
USE_GITHUB= yes