summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-06-03 17:02:44 +0000
committerjschauma <jschauma>2003-06-03 17:02:44 +0000
commit5777c913261bbf2135452adad0a3c1f79617b738 (patch)
tree800c0aecf5912121430c3cd57d7c7d06086f6734 /www
parentd1c6833c1b0d08a28209fd508921046415557e6b (diff)
downloadpkgsrc-5777c913261bbf2135452adad0a3c1f79617b738.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 'www')
-rw-r--r--www/jakarta-servletapi/Makefile4
-rw-r--r--www/jakarta-tomcat/Makefile4
2 files changed, 4 insertions, 4 deletions
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