diff options
author | danfe <danfe@FreeBSD.org> | 2017-03-29 13:18:30 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2017-03-29 13:18:30 +0800 |
commit | 1d26a8a1096d70252cc2241aa77b7f4673b09e51 (patch) | |
tree | b0a372218eb95f330ad0f290f2a50832c88ecc7a /math/Makefile | |
parent | 5ed4929adba9f0f7e379c4cd7a3270c451074596 (diff) | |
download | freebsd-ports-gnome-1d26a8a1096d70252cc2241aa77b7f4673b09e51.tar.gz freebsd-ports-gnome-1d26a8a1096d70252cc2241aa77b7f4673b09e51.tar.zst freebsd-ports-gnome-1d26a8a1096d70252cc2241aa77b7f4673b09e51.zip |
- Resurrect `math/mprime' and unbreak (stagify)
- Update to version 26.6, the latest for the i386 binary
- Do not mangle version with `0.0.'-prefix, use official one
- Add missing LIB_DEPENDS against `misc/compat9x'
- Define DOCS option and use target helper target to install
- Make installation commands vocal (unmute them)
- Update and tidy up port description text while here
- Drop deprecated @dirrm entry from pkg-plist
TIMESTAMP (mprime266-FreeBSD.tar.gz) = 1302303090
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index e0d8c4c52ef9..a5bd1c0306f3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -286,6 +286,7 @@ SUBDIR += mpexpr SUBDIR += mpfr SUBDIR += mpir + SUBDIR += mprime SUBDIR += msieve SUBDIR += mtl SUBDIR += mtrxmath |