git: bcb90c294a01 - main - science/ghemical: Fix path to mopac port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Jun 2022 16:02:25 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=bcb90c294a01866b504550f162496f5fd3109ebf commit bcb90c294a01866b504550f162496f5fd3109ebf Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-06-19 16:01:02 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-06-19 16:02:23 +0000 science/ghemical: Fix path to mopac port ... after it was recently moved. Reported by: cperciva@ --- science/ghemical/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile index a6159f8575f8..950e8fda6549 100644 --- a/science/ghemical/Makefile +++ b/science/ghemical/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libblas.so:math/blas \ libint.so:science/libint \ liblapack.so:math/lapack \ liboglappth.so:science/liboglappth \ - libmopac7.so:biology/mopac \ + libmopac7.so:science/mopac \ libmpqc.so:science/mpqc RUN_DEPENDS= xdg-open:devel/xdg-utils