diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-03-18 13:39:11 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2017-03-18 13:39:11 +0000 |
commit | a0fe6f30f58555db785140966974102a2b8eacf3 (patch) | |
tree | 69b9517adbb2914667f97a77109dac3eb8bf3342 | |
parent | 5856a26a3176e85efda2368305265a18a01ce184 (diff) |
Notes
-rw-r--r-- | devel/freeocl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/freeocl/Makefile b/devel/freeocl/Makefile index bff673c70d83..d507795f0f64 100644 --- a/devel/freeocl/Makefile +++ b/devel/freeocl/Makefile @@ -14,8 +14,8 @@ COMMENT= Free Open Computing Language (OpenCL) implementation for CPU LICENSE= LGPL3 BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +DEPRECATED= Unfetchable for more than six months (google code has gone away); use lang/pocl instead +EXPIRATION_DATE= 2017-03-31 BROKEN_powerpc64= Does not build |