diff options
author | marino <marino@FreeBSD.org> | 2015-03-21 17:54:46 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-21 17:54:46 +0800 |
commit | 2736f4b58a6a6f00e408350b59b67730e8e287f0 (patch) | |
tree | e782376895e6fa7c76f2978302fd3eea41d5e911 /java/eclipse-cdt | |
parent | e60c1eb4eedff6ece7eb11b04ab77219495aaa02 (diff) | |
download | freebsd-ports-gnome-2736f4b58a6a6f00e408350b59b67730e8e287f0.tar.gz freebsd-ports-gnome-2736f4b58a6a6f00e408350b59b67730e8e287f0.tar.zst freebsd-ports-gnome-2736f4b58a6a6f00e408350b59b67730e8e287f0.zip |
eclipse plugins: Deprecate 25 for removal, ignore 1 to be updated
Removal scheduled 4 weeks into the future on April 18.
PR: 195985
Submitted by: Jimmy Kelley (eclipse maintainer)
Reason: by-product of upcoming eclipse upgrade
Diffstat (limited to 'java/eclipse-cdt')
-rw-r--r-- | java/eclipse-cdt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/eclipse-cdt/Makefile b/java/eclipse-cdt/Makefile index 3743be93426c..973277b36745 100644 --- a/java/eclipse-cdt/Makefile +++ b/java/eclipse-cdt/Makefile @@ -13,6 +13,8 @@ DISTNAME= ${PLUGIN}-master-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C/C++ plugin for Eclipse IDE +IGNORE= plugin malfunctions, but an upgrade is planned + RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse USES= zip |