diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-06-03 17:02:44 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-06-03 17:02:44 +0000 |
commit | 99e6fe788b97b5751661ba5ed8b662c69aa3bbda (patch) | |
tree | 800c0aecf5912121430c3cd57d7c7d06086f6734 /devel/eclipse | |
parent | 944d01fdb1470cbed1c225d6d97b96db919f29d9 (diff) | |
download | pkgsrc-99e6fe788b97b5751661ba5ed8b662c69aa3bbda.tar.gz |
Change dependency of jakarta-ant into apache-ant, as it's now known.
All build fine with the new version of ant.
Diffstat (limited to 'devel/eclipse')
-rw-r--r-- | devel/eclipse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/eclipse/Makefile b/devel/eclipse/Makefile index 7a40db64cb2..441c1e0287e 100644 --- a/devel/eclipse/Makefile +++ b/devel/eclipse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/04/23 03:02:49 jmc Exp $ +# $NetBSD: Makefile,v 1.5 2003/06/03 17:02:46 jschauma Exp $ # DISTNAME= ${PKGNAME} @@ -10,7 +10,7 @@ MAINTAINER= jschauma@netbsd.org HOMEPAGE= http://www.eclipse.org COMMENT= Java IDE -DEPENDS+= jakarta-ant>=1.4.1:../../devel/jakarta-ant +DEPENDS+= apache-ant>=1.4.1:../../devel/apache-ant PKG_JVM= sun-jdk13 |