git: 7262a433674a - main - science/meep: Add harminv run-time dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Sep 2024 08:48:54 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7262a433674a72a8d8cb382d4f2b4fa23d4b3832
commit 7262a433674a72a8d8cb382d4f2b4fa23d4b3832
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-05 07:32:33 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-05 08:48:37 +0000
science/meep: Add harminv run-time dependency
---
science/meep/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/science/meep/Makefile b/science/meep/Makefile
index cf4fdce0de42..c235e0d6fd03 100644
--- a/science/meep/Makefile
+++ b/science/meep/Makefile
@@ -1,6 +1,7 @@
PORTNAME= meep
DISTVERSIONPREFIX= v
DISTVERSION= 1.29.0
+PORTREVISION= 1
CATEGORIES= science cad
MAINTAINER= yuri@FreeBSD.org
@@ -20,6 +21,7 @@ LIB_DEPENDS= libblas.so:math/blas \
liblapack.so:math/lapack \
libmpb.so:science/mpb \
libopenblas.so:math/openblas
+RUN_DEPENDS= ${LOCALBASE}/lib/libharminv.a:science/harminv
USES= autoreconf compiler:c++11-lang fortran gmake libtool localbase
USE_LDCONFIG= yes