diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-23 13:33:06 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-23 13:40:11 -0700 |
commit | 7dfd773dbefc2ecaa96d1fa5466b35de21486b9e (patch) | |
tree | 27b26db0f7ee3fbb77ef0b293210672a55b84d1b /math/py-qdldl | |
parent | math/py-osqp: Change package name to match PyPI and other packaging systems (diff) |
math/py-qdldl: Change package name to match PyPI and other packaging systems
Diffstat (limited to 'math/py-qdldl')
-rw-r--r-- | math/py-qdldl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-qdldl/Makefile b/math/py-qdldl/Makefile index 0f542a458580..43086ca323a6 100644 --- a/math/py-qdldl/Makefile +++ b/math/py-qdldl/Makefile @@ -1,5 +1,5 @@ PORTNAME= qdldl -DISTVERSION= 0.1.5.post0 +PORTVERSION= 0.1.5.post0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |