diff options
author | antoine <antoine@FreeBSD.org> | 2018-09-16 19:21:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-09-16 19:21:34 +0800 |
commit | a23e4f9b433e230c2b940e20c7293ba8c96c1ec1 (patch) | |
tree | ca5f18d61662615351813a32c06ded668be94663 /math | |
parent | f58dffe18dff2a0e34e3592bfbfa94783c2447cd (diff) | |
download | freebsd-ports-gnome-a23e4f9b433e230c2b940e20c7293ba8c96c1ec1.tar.gz freebsd-ports-gnome-a23e4f9b433e230c2b940e20c7293ba8c96c1ec1.tar.zst freebsd-ports-gnome-a23e4f9b433e230c2b940e20c7293ba8c96c1ec1.zip |
Add an expiration date
Diffstat (limited to 'math')
-rw-r--r-- | math/mtl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile index c90df5620273..b035860b69a0 100644 --- a/math/mtl/Makefile +++ b/math/mtl/Makefile @@ -17,6 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN= fails to fetch: mastersite times out DEPRECATED= fails to fetch: mastersite times out +EXPIRATION_DATE= 2018-09-25 CONFIGURE_ENV= CXXCPP="${CXXCPP}" CXXCPP?= ${CXX} -E |