Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2022 00:11:21 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: 1e8c8b489a04 - main - science/py-OpenFermion-Dirac: Fix typo
Message-ID:  <202208120011.27C0BLPu089822@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=1e8c8b489a047d05abc47de4f0258feead08c302

commit 1e8c8b489a047d05abc47de4f0258feead08c302
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-12 00:07:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-12 00:11:18 +0000

    science/py-OpenFermion-Dirac: Fix typo
---
 science/py-OpenFermion-Dirac/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/py-OpenFermion-Dirac/Makefile b/science/py-OpenFermion-Dirac/Makefile
index ce4d801b5481..945ddc13caf1 100644
--- a/science/py-OpenFermion-Dirac/Makefile
+++ b/science/py-OpenFermion-Dirac/Makefile
@@ -10,7 +10,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}OpenFermion>0:science/py-OpenFermion@${PY_FLAVOR} \
-		dirac-quantum-chemistry-software>0>0:science/dirac
+		dirac-quantum-chemistry-software>0:science/dirac
 
 USES=		python
 USE_PYTHON=	distutils autoplist



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