diff options
author | znerd <znerd@FreeBSD.org> | 2003-07-18 11:47:12 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2003-07-18 11:47:12 +0000 |
commit | 104677ebbba6196e43dad57b33c61d52da957a1e (patch) | |
tree | 9968c0c865309acd106d0e041318a23fccc98d1d /devel/apache-ant | |
parent | bb35906a935948e6564a5607816e6c9ff4126317 (diff) | |
download | FreeBSD-ports-104677ebbba6196e43dad57b33c61d52da957a1e.zip FreeBSD-ports-104677ebbba6196e43dad57b33c61d52da957a1e.tar.gz |
No longer depends on crimson. The dependency was bogus.
Recent versions of Ant use (and even ship with) Xerces 2
instead of Crimson.
Pointed out by: des
Diffstat (limited to 'devel/apache-ant')
-rw-r--r-- | devel/apache-ant/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index ac0cb46..7b406f3 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -18,8 +18,6 @@ DISTNAME= ${PORTNAME}-${ANT_VERSION}-bin MAINTAINER= znerd@FreeBSD.org COMMENT= Java- and XML-based build tool, conceptually similar to make -RUN_DEPENDS= ${LOCALBASE}/share/java/classes/crimson.jar:${PORTSDIR}/textproc/crimson - USE_BZIP2= yes USE_JAVA= 1.2+ |