diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-11-19 03:09:02 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-11-19 03:57:10 -0800 |
commit | c9459308268af3fa895845ca0851fcdcd7254353 (patch) | |
tree | cd887c0649054597a2d49c439fe3b548aa4b2f93 | |
parent | devel/benchmark: Use version tag in plist (diff) |
science/ghemical: Correct dependency
Reported by: fallout
-rw-r--r-- | science/ghemical/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile index cbd926835e15..659c06527d04 100644 --- a/science/ghemical/Makefile +++ b/science/ghemical/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libblas.so:math/blas \ libint.so:science/libint \ liblapack.so:math/lapack \ liboglappth.so:science/liboglappth \ - libmopac7.so:science/mopac \ + libmopac.so:science/mopac \ libmpqc.so:science/mpqc RUN_DEPENDS= xdg-open:devel/xdg-utils |