diff options
author | tobik <tobik@FreeBSD.org> | 2018-03-13 19:35:28 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-03-13 19:35:28 +0800 |
commit | 07e3d0027654c5f23daa06db6ca51f0b0b7e4a5b (patch) | |
tree | 54c6336920ec51ad453e6c60fb15aeba57f6b9bd /math | |
parent | 59a420a486d1c1603f1009476254f165938b18d6 (diff) | |
download | freebsd-ports-gnome-07e3d0027654c5f23daa06db6ca51f0b0b7e4a5b.tar.gz freebsd-ports-gnome-07e3d0027654c5f23daa06db6ca51f0b0b7e4a5b.tar.zst freebsd-ports-gnome-07e3d0027654c5f23daa06db6ca51f0b0b7e4a5b.zip |
math/abacus: Deprecate
The shared library is broken and no one stepped up in ~3 years to fix
it.
PR: 199772
Diffstat (limited to 'math')
-rw-r--r-- | math/abacus/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/abacus/Makefile b/math/abacus/Makefile index f2cc25fd105a..2c95c253e2da 100644 --- a/math/abacus/Makefile +++ b/math/abacus/Makefile @@ -12,6 +12,9 @@ COMMENT= Branch-And-CUt System LICENSE= LGPL21+ +DEPRECATED= Unmaintained and has a broken shared library +EXPIRATION_DATE= 2018-03-31 + LIB_DEPENDS= libClp.so:math/coinmp NO_WRKSUBDIR= yes |