diff options
Diffstat (limited to 'science/bout++/Makefile')
-rw-r--r-- | science/bout++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/bout++/Makefile b/science/bout++/Makefile index 2eb36e82ec9e..43b9accad186 100644 --- a/science/bout++/Makefile +++ b/science/bout++/Makefile @@ -1,7 +1,7 @@ PORTNAME= bout++ DISTVERSIONPREFIX= v DISTVERSION= 5.1.1 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= science math # physics MAINTAINER= yuri@FreeBSD.org @@ -15,7 +15,7 @@ BUILD_DEPENDS= gmake:devel/gmake LIB_DEPENDS= libfftw3.so:math/fftw3 \ libfmt.so:devel/libfmt \ libopenblas.so:math/openblas \ - libuuid.so:misc/e2fsprogs-libuuid + libuuid.so:misc/libuuid RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.2.1:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}natsort>=8.1.0:devel/py-natsort@${PY_FLAVOR} \ |