diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-01-19 20:44:11 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-01-19 20:44:11 +0000 |
commit | c24d529262c52ea0239a2e63e6104ef5655b7604 (patch) | |
tree | efe75710395e42d608c9783506dc04152495485c /devel/eclipse/Makefile | |
parent | 39e1128fb4268b6699dafd5003c454400ba84c92 (diff) | |
download | pkgsrc-c24d529262c52ea0239a2e63e6104ef5655b7604.tar.gz |
Update to 3.0.1.
Changelog not available - this release appears to be a bug-fix release,
AFAICT.
Diffstat (limited to 'devel/eclipse/Makefile')
-rw-r--r-- | devel/eclipse/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/eclipse/Makefile b/devel/eclipse/Makefile index e449058a39c..2ea3807120c 100644 --- a/devel/eclipse/Makefile +++ b/devel/eclipse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/10/11 14:02:23 abs Exp $ +# $NetBSD: Makefile,v 1.13 2005/01/19 20:44:11 jschauma Exp $ # DISTNAME= ${PKGNAME} @@ -11,6 +11,8 @@ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://www.eclipse.org/ COMMENT= Java IDE +LICENSE= eclipse-license + DEPENDS+= apache-ant>=1.4.1:../../devel/apache-ant PKG_JVMS_ACCEPTED= sun-jdk15 sun-jdk14 @@ -18,7 +20,7 @@ PKG_JVMS_ACCEPTED= sun-jdk15 sun-jdk14 MAKE_ENV+= JAVA_HOME=${PKG_JAVA_HOME} MAKE_ENV+= ANT_HOME=${PREFIX} -VERSION= 3.0 +VERSION= 3.0.1 # XXX: Others might work but might need significant tweaking ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-* |