diff options
Diffstat (limited to '')
-rw-r--r-- | math/cadabra2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile index 279e1505993d..6d80737dae40 100644 --- a/math/cadabra2/Makefile +++ b/math/cadabra2/Makefile @@ -1,6 +1,6 @@ PORTNAME= cadabra2 DISTVERSION= 2.5.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -21,7 +21,7 @@ LIB_DEPENDS= ${PY_BOOST} \ libpcrecpp.so:devel/pcre \ libjsoncpp.so:devel/jsoncpp \ libgmp.so:math/gmp \ - libuuid.so:misc/e2fsprogs-libuuid + libuuid.so:misc/libuuid RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sympy/__init__.py:math/py-sympy@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} |