diff options
-rw-r--r-- | databases/jdbc-postgresql/Makefile | 4 | ||||
-rw-r--r-- | devel/eclipse/Makefile | 4 | ||||
-rw-r--r-- | textproc/crimson/Makefile | 4 | ||||
-rw-r--r-- | www/jakarta-servletapi/Makefile | 4 | ||||
-rw-r--r-- | www/jakarta-tomcat/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/databases/jdbc-postgresql/Makefile b/databases/jdbc-postgresql/Makefile index 3f4ad8872c5..2b5ad53d08f 100644 --- a/databases/jdbc-postgresql/Makefile +++ b/databases/jdbc-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/01/02 18:46:39 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2003/06/03 17:02:44 jschauma Exp $ # DISTNAME= postgresql-${DIST_VERS} @@ -20,7 +20,7 @@ HOMEPAGE= http://www.postgresql.org/ COMMENT= 100% Java JDBC driver for PostgreSQL # No, we don't depend on postgresql. This code base stands alone. -BUILD_DEPENDS+= jakarta-ant-[0-9]*:../../devel/jakarta-ant +BUILD_DEPENDS+= apache-ant-[0-9]*:../../devel/apache-ant EXTRACT_ELEMENTS= ${DISTNAME}/src/interfaces/jdbc 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 diff --git a/textproc/crimson/Makefile b/textproc/crimson/Makefile index d994cf6bae1..43a770f3445 100644 --- a/textproc/crimson/Makefile +++ b/textproc/crimson/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2003/04/10 01:28:24 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/06/03 17:02:46 jschauma Exp $ # # We use the binary distribution of crimson because otherwise we -# have a bootstrap-loop between jakarta-ant and crimson, each of which +# have a bootstrap-loop between apache-ant and crimson, each of which # uses the other. DISTNAME= ${PKGNAME}-bin diff --git a/www/jakarta-servletapi/Makefile b/www/jakarta-servletapi/Makefile index 9fff9418ac8..26be99c4a30 100644 --- a/www/jakarta-servletapi/Makefile +++ b/www/jakarta-servletapi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/04/10 01:28:29 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/06/03 17:02:47 jschauma Exp $ DISTNAME= jakarta-servletapi-${TOMCAT_VERSION}-src PKGNAME= ${DISTNAME:S/-src$//} @@ -11,7 +11,7 @@ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://jakarta.apache.org/ COMMENT= the Apache project's implementation of the JSP and Java Servlet APIs -BUILD_DEPENDS+= jakarta-ant>=1.4.1:../../devel/jakarta-ant +BUILD_DEPENDS+= apache-ant>=1.4.1:../../devel/apache-ant USE_BUILDLINK2= # defined MAKEFILE= build.xml diff --git a/www/jakarta-tomcat/Makefile b/www/jakarta-tomcat/Makefile index a5aebdc1755..9eb874b152b 100644 --- a/www/jakarta-tomcat/Makefile +++ b/www/jakarta-tomcat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2003/03/29 12:42:49 jmmv Exp $ +# $NetBSD: Makefile,v 1.36 2003/06/03 17:02:47 jschauma Exp $ DISTNAME= jakarta-tomcat-${TOMCAT_VERSION}-src PKGNAME= ${DISTNAME:S/-src$//} @@ -13,7 +13,7 @@ HOMEPAGE= http://jakarta.apache.org/ COMMENT= the Apache Project's Java Servlet 2.2 and JSP 1.1 server DEPENDS+= jakarta-servletapi-[0-9]*:../../www/jakarta-servletapi -DEPENDS+= jakarta-ant>=1.4.1:../../devel/jakarta-ant +DEPENDS+= apache-ant>=1.4.1:../../devel/apache-ant USE_BUILDLINK2= yes MAKEFILE= build.xml |