Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2022 11:57:14 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c9459308268a - main - science/ghemical: Correct dependency
Message-ID:  <202211191157.2AJBvELp028205@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211191157.2AJBvELp028205>