diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-04 09:07:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-08-04 09:07:47 +0000 |
commit | b16de4c2945e7d3a71aab33a1cde8bdc51bef5aa (patch) | |
tree | 03324b54d3bfb51e850559ce6c0e0e0da93d7814 /math/fityk | |
parent | 7200abb4236485e78ee0f0626ab9564165987438 (diff) | |
download | ports-b16de4c2945e7d3a71aab33a1cde8bdc51bef5aa.tar.gz ports-b16de4c2945e7d3a71aab33a1cde8bdc51bef5aa.zip |
Notes
Diffstat (limited to 'math/fityk')
-rw-r--r-- | math/fityk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/fityk/Makefile b/math/fityk/Makefile index 7ce1ba47b62f..a29f8803336b 100644 --- a/math/fityk/Makefile +++ b/math/fityk/Makefile @@ -14,6 +14,8 @@ LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2019-09-04 BUILD_DEPENDS= boost-libs>=1.35:devel/boost-libs \ swig3.0:devel/swig30 \ |