diff options
Diffstat (limited to 'science/votca/Makefile')
-rw-r--r-- | science/votca/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/science/votca/Makefile b/science/votca/Makefile index 24ce596890b3..03ee6bcbd1a4 100644 --- a/science/votca/Makefile +++ b/science/votca/Makefile @@ -1,21 +1,22 @@ PORTNAME= votca DISTVERSIONPREFIX= v DISTVERSION= 2025 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org COMMENT= CSG and XTP: libraries for atomistic simulations -WWW= https://github.com/votca/votca +WWW= https://www.votca.org/ \ + https://github.com/votca/votca LICENSE= APACHE20 -BROKEN_i386= undefined reference to `__atomic_load' +BROKEN_i386= undefined reference to `__atomic_load' # ' PY_DEPENDS= \ ${PYTHON_PKGNAMEPREFIX}ase>0:science/py-ase@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xmltodict>0:devel/py-xmltodict@${PY_FLAVOR} \ rdkit>0:science/rdkit BUILD_DEPENDS= bash:shells/bash \ |