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/xerces-j | |
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/xerces-j')
-rw-r--r-- | textproc/xerces-j/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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+ |