diff options
author | rm <rm@FreeBSD.org> | 2012-04-15 17:57:10 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-04-15 17:57:10 +0800 |
commit | 4ba6a0dee679a48a810a36a91b61b440d62d3cac (patch) | |
tree | 53803bc2c12421ed50c4c72b4c411ea4b9bf66df /math | |
parent | c1438d418c11058858760b234dcfa8244aad21c2 (diff) | |
download | freebsd-ports-gnome-4ba6a0dee679a48a810a36a91b61b440d62d3cac.tar.gz freebsd-ports-gnome-4ba6a0dee679a48a810a36a91b61b440d62d3cac.tar.zst freebsd-ports-gnome-4ba6a0dee679a48a810a36a91b61b440d62d3cac.zip |
- fix entries sorting
PR: 166960
Submitted by: Conrad J. Sabatier <conrads at cox dot net>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 94400085a511..61a2cec4194f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -509,8 +509,8 @@ SUBDIR += py-basemap SUBDIR += py-basemap-data SUBDIR += py-bitvector - SUBDIR += py-fiat SUBDIR += py-ffc + SUBDIR += py-fiat SUBDIR += py-fpconst SUBDIR += py-gato SUBDIR += py-gmpy |