diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-09-16 11:21:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-09-16 11:21:34 +0000 |
commit | 249453e869397966cfe321d5c49078a5e7084a80 (patch) | |
tree | ca5f18d61662615351813a32c06ded668be94663 | |
parent | bc172fd6cf3582d2524d156eabe503c97806e73b (diff) | |
download | ports-249453e869397966cfe321d5c49078a5e7084a80.tar.gz ports-249453e869397966cfe321d5c49078a5e7084a80.zip |
Notes
-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 |