diff options
Diffstat (limited to 'textproc/xt/Makefile')
-rw-r--r-- | textproc/xt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xt/Makefile b/textproc/xt/Makefile index f3b84eca6df6..67bf1910898f 100644 --- a/textproc/xt/Makefile +++ b/textproc/xt/Makefile @@ -12,8 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= XSL Transformations (XSLT) implementation in Java RUN_DEPENDS= ${JAVALIBDIR}/xml-apis.jar:${PORTSDIR}/textproc/xerces-j \ - ${JAVALIBDIR}/xp.jar:${PORTSDIR}/textproc/xp \ - ${LOCALBASE}/bin/classpath:${PORTSDIR}/java/javavmwrapper + ${JAVALIBDIR}/xp.jar:${PORTSDIR}/textproc/xp USE_JAVA= YES JAVA_VERSION= 1.6+ |