diff options
-rw-r--r-- | java/eclipse-ocl/Makefile | 3 | ||||
-rw-r--r-- | java/eclipse-quantum/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/java/eclipse-ocl/Makefile b/java/eclipse-ocl/Makefile index f4fba2058599..cefb1772835e 100644 --- a/java/eclipse-ocl/Makefile +++ b/java/eclipse-ocl/Makefile @@ -14,6 +14,9 @@ DIST_SUBDIR= eclipse MAINTAINER= vj562001@yahoo.de COMMENT= Implementation of the OCL OMG standard for EMF-based models +DEPRECATED= depends on deprecated java/eclipse-emf +EXPIRATION_DATE= 2015-04-18 + RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ eclipse-emf>0:${PORTSDIR}/java/eclipse-emf diff --git a/java/eclipse-quantum/Makefile b/java/eclipse-quantum/Makefile index 208b466af69d..744a875792e3 100644 --- a/java/eclipse-quantum/Makefile +++ b/java/eclipse-quantum/Makefile @@ -12,6 +12,9 @@ DIST_SUBDIR= eclipse MAINTAINER= ports@FreeBSD.org COMMENT= Database access and SQL editor for the Eclipse IDE +DEPRECATED= depends on deprecated java/eclipse-gef +EXPIRATION_DATE= 2015-04-18 + RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ eclipse-gef>0:${PORTSDIR}/java/eclipse-gef |