diff options
author | wen <wen@FreeBSD.org> | 2014-06-22 18:40:10 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2014-06-22 18:40:10 +0800 |
commit | 0f278c761cdc81c112e454be9157c352f91e876b (patch) | |
tree | 9f02f5068b645759e5bff9a74b20faeac45a3bfc /math | |
parent | ebac41054472bd8c98aef22a64b051fd051aef36 (diff) | |
download | freebsd-ports-gnome-0f278c761cdc81c112e454be9157c352f91e876b.tar.gz freebsd-ports-gnome-0f278c761cdc81c112e454be9157c352f91e876b.tar.zst freebsd-ports-gnome-0f278c761cdc81c112e454be9157c352f91e876b.zip |
- Fix the CATEGORIES in last commit
Diffstat (limited to 'math')
-rw-r--r-- | math/py-mpmath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile index 2dc46aa303fe..468e737a63b0 100644 --- a/math/py-mpmath/Makefile +++ b/math/py-mpmath/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpmath PORTVERSION= 0.19 -CATEGORIES= devel math python +CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |