git: c9459308268a - main - science/ghemical: Correct dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Nov 2022 11:57:14 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c9459308268af3fa895845ca0851fcdcd7254353 commit c9459308268af3fa895845ca0851fcdcd7254353 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-19 11:09:02 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-19 11:57:10 +0000 science/ghemical: Correct dependency Reported by: fallout --- science/ghemical/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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