diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2003-07-23 14:30:29 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2003-07-23 14:30:29 +0000 |
commit | b093017dc63033f553aedd0e0c9e0ca6a433be17 (patch) | |
tree | 558c2f262cb69807066551fbed14d0b69c72b5e4 /textproc | |
parent | Attempt to unbreak the port by removing the uneccesary pre-configure (diff) |
Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by: kris
Pointy hat to: me
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ant-xinclude-task/Makefile | 2 | ||||
-rw-r--r-- | textproc/xalan-j/Makefile | 2 | ||||
-rw-r--r-- | textproc/xerces-j/Makefile | 2 | ||||
-rw-r--r-- | textproc/xincluder/Makefile | 2 | ||||
-rw-r--r-- | textproc/xmlenc/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/textproc/ant-xinclude-task/Makefile b/textproc/ant-xinclude-task/Makefile index 31989cffec97..653fcb72285a 100644 --- a/textproc/ant-xinclude-task/Makefile +++ b/textproc/ant-xinclude-task/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ant- MAINTAINER= znerd@FreeBSD.org COMMENT= XInclude task for Jakarta Ant -BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/jakarta-ant \ +BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant \ ${JAVASHAREDIR}/classes/xincluder.jar:${PORTSDIR}/textproc/xincluder USE_JAVA= 1.1+ diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index 237b088c166b..94e13ea41d8f 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}-src MAINTAINER= znerd@FreeBSD.org COMMENT= Apache XSLT processor for transforming XML documents -BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/jakarta-ant +BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant USE_JAVA= 1.2+ diff --git a/textproc/xerces-j/Makefile b/textproc/xerces-j/Makefile index fc33df4d9438..425cfd42b657 100644 --- a/textproc/xerces-j/Makefile +++ b/textproc/xerces-j/Makefile @@ -14,7 +14,7 @@ DISTNAME= Xerces-J-src.${PORTVERSION} MAINTAINER= kevlo@FreeBSD.org COMMENT= XML parser for Java -BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/jakarta-ant +BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant USE_JAVA= 1.3+ diff --git a/textproc/xincluder/Makefile b/textproc/xincluder/Makefile index 872c44ef6f97..73bf28a9ff8e 100644 --- a/textproc/xincluder/Makefile +++ b/textproc/xincluder/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-1.0d11 MAINTAINER= znerd@FreeBSD.org COMMENT= Java-based XInclude processors -BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/jakarta-ant +BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant USE_JAVA= 1.2+ diff --git a/textproc/xmlenc/Makefile b/textproc/xmlenc/Makefile index 92e261dc7d88..960cc6cec186 100644 --- a/textproc/xmlenc/Makefile +++ b/textproc/xmlenc/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://${PORTNAME}.sourceforge.net/ MAINTAINER= znerd@FreeBSD.org COMMENT= Light-weight XML encoding library for Java -BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/jakarta-ant +BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant USE_JAVA= 1.1+ |