diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-24 21:03:59 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-24 21:03:59 +0800 |
commit | f0d9722a4cbc60131e6b154182a9bc8c8fe715a3 (patch) | |
tree | 4cdc48ed701632004180f82bef7543ab6a0ce517 | |
parent | 2fd4ebfe5587a3fd857771dee6d904957a21e571 (diff) | |
download | freebsd-ports-gnome-f0d9722a4cbc60131e6b154182a9bc8c8fe715a3.tar.gz freebsd-ports-gnome-f0d9722a4cbc60131e6b154182a9bc8c8fe715a3.tar.zst freebsd-ports-gnome-f0d9722a4cbc60131e6b154182a9bc8c8fe715a3.zip |
depends on something else in jakarta-ant
PR: 26820
Submitted by: Palle Girgensohn <girgen@partitur.se>
-rw-r--r-- | devel/apache-ant/Makefile | 2 | ||||
-rw-r--r-- | devel/jakarta-ant/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index 9ecf3a89d61b..a3b28c80f69d 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}-bin${EXTRACT_SUFX} MAINTAINER= ernst@jollem.com RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper \ - ${LOCALBASE}/share/java/classes/jaxp.jar:${PORTSDIR}/textproc/crimson + ${LOCALBASE}/share/java/classes/crimson.jar:${PORTSDIR}/textproc/crimson JAVAVM?= ${LOCALBASE}/bin/javavm FIND?= /usr/bin/find diff --git a/devel/jakarta-ant/Makefile b/devel/jakarta-ant/Makefile index 9ecf3a89d61b..a3b28c80f69d 100644 --- a/devel/jakarta-ant/Makefile +++ b/devel/jakarta-ant/Makefile @@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}-bin${EXTRACT_SUFX} MAINTAINER= ernst@jollem.com RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper \ - ${LOCALBASE}/share/java/classes/jaxp.jar:${PORTSDIR}/textproc/crimson + ${LOCALBASE}/share/java/classes/crimson.jar:${PORTSDIR}/textproc/crimson JAVAVM?= ${LOCALBASE}/bin/javavm FIND?= /usr/bin/find |