diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-24 00:03:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-24 00:03:57 +0800 |
commit | 6370cb910167419eada591b6dd2f149eb892a92c (patch) | |
tree | 483be00f13808aa3e0c4d4c7653bfc969aedf7c9 /textproc/xt | |
parent | d96db69ae99bc35ecbaae906c17d3ff1b5202492 (diff) | |
download | freebsd-ports-gnome-6370cb910167419eada591b6dd2f149eb892a92c.tar.gz freebsd-ports-gnome-6370cb910167419eada591b6dd2f149eb892a92c.tar.zst freebsd-ports-gnome-6370cb910167419eada591b6dd2f149eb892a92c.zip |
Remove explicit dependency on javavmwrapper for ports that USE_JAVA
Diffstat (limited to 'textproc/xt')
-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+ |