diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 16:03:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-23 16:03:57 +0000 |
commit | 4f4e8c52c6a6c1fed51bba565374a17f5851edff (patch) | |
tree | 483be00f13808aa3e0c4d4c7653bfc969aedf7c9 /textproc/nux | |
parent | de9b9ec948038187c339cacff86da98ea3b0835f (diff) | |
download | ports-4f4e8c52c6a6c1fed51bba565374a17f5851edff.tar.gz ports-4f4e8c52c6a6c1fed51bba565374a17f5851edff.zip |
Notes
Diffstat (limited to 'textproc/nux')
-rw-r--r-- | textproc/nux/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/nux/Makefile b/textproc/nux/Makefile index a2faefb7ed8e..c0aada8744b2 100644 --- a/textproc/nux/Makefile +++ b/textproc/nux/Makefile @@ -26,8 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXQUERY_TOOL} -RUN_DEPENDS+= ${JAVALIBDIR}/java-getopt.jar:${PORTSDIR}/java/java-getopt \ - classpath:${PORTSDIR}/java/javavmwrapper +RUN_DEPENDS+= ${JAVALIBDIR}/java-getopt.jar:${PORTSDIR}/java/java-getopt .endif PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar |