diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-27 20:42:26 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-27 20:42:26 +0000 |
commit | 4ffa30e22ce0795dc00140f09048099d06aee37d (patch) | |
tree | 5d9a18b93ab36791a751a58cd444ac88de2a1029 /java/eclipse | |
parent | - Update to 0.93 (diff) |
Ports attempting to use eclipse Makefile.plugins are BROKEN, not IGNORE
Deprecate them while here
With hat: portmgr
Diffstat (limited to 'java/eclipse')
-rw-r--r-- | java/eclipse/Makefile.plugins | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/eclipse/Makefile.plugins b/java/eclipse/Makefile.plugins index e0df9c881d1c..7abc7b84f8aa 100644 --- a/java/eclipse/Makefile.plugins +++ b/java/eclipse/Makefile.plugins @@ -1,4 +1,6 @@ # stopgap to unbreak index # $FreeBSD$ -IGNORE= Attempting to use removed plugin makefile +BROKEN= Attempting to use removed plugin makefile +DEPRECATED= Attempting to use removed plugin makefile +EXPIRATION_DATE= 2014-07-27 |