diff options
-rw-r--r-- | textproc/ant-xinclude-task/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ant-xinclude-task/Makefile b/textproc/ant-xinclude-task/Makefile index 6a881441ad31..ff6b122657ac 100644 --- a/textproc/ant-xinclude-task/Makefile +++ b/textproc/ant-xinclude-task/Makefile @@ -13,8 +13,8 @@ PKGNAMEPREFIX= ant- MAINTAINER= znerd@FreeBSD.org -BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/jakarta-ant -RUN_DEPENDS= ${JAVASHAREDIR}/classes/xincluder.jar:${PORTSDIR}/textproc/xincluder +BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/jakarta-ant \ + ${JAVASHAREDIR}/classes/xincluder.jar:${PORTSDIR}/textproc/xincluder USE_JAVA= 1.1+ |