diff options
author | Wes Peters <wes@FreeBSD.org> | 2009-12-13 00:35:12 +0000 |
---|---|---|
committer | Wes Peters <wes@FreeBSD.org> | 2009-12-13 00:35:12 +0000 |
commit | ef9e8c5ec9221f9092d63d99c4d590c05a980f70 (patch) | |
tree | 653ff8b6a3a11c0ce43e75e91ebf28d0388da2e9 /java | |
parent | e3f4c656cc048123458096722ce9b63c9b750535 (diff) | |
download | ports-ef9e8c5ec9221f9092d63d99c4d590c05a980f70.tar.gz ports-ef9e8c5ec9221f9092d63d99c4d590c05a980f70.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-v4all/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/eclipse-v4all/Makefile b/java/eclipse-v4all/Makefile index 24a743bbff4c..39879e0b822d 100644 --- a/java/eclipse-v4all/Makefile +++ b/java/eclipse-v4all/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g} MAINTAINER= wes@freebsd.org COMMENT= An Eclipse Plugin for Designing Java Swing & SWT GUIs +DEPRECATED= Not useful with Eclipse 3.x +EXPIRATION_DATE=2010-06-08 + RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse NO_BUILD= yes |