diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-13 16:54:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-13 16:54:55 +0000 |
commit | 9468432a48314313f7585654ac6db575a0b6648a (patch) | |
tree | 545ac8faaf58a17f5075028cc7de936c43e387a2 /math | |
parent | 7dab44519c236716f2931f748b67aa53dbd55ed4 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/jlatexmath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/jlatexmath/Makefile b/math/jlatexmath/Makefile index 6a2bee5c8443..de9d668c59ca 100644 --- a/math/jlatexmath/Makefile +++ b/math/jlatexmath/Makefile @@ -28,7 +28,7 @@ FOP_DESC= textproc/fop plugin (required for math/scilab) FOP_BUILD_DEPENDS= fop:textproc/fop \ ${JAVALIBDIR}/xmlgraphics-commons.jar:graphics/xmlgraphics-commons FOP_RUN_DEPENDS:= ${FOP_BUILD_DEPENDS} \ - ${JAVASHAREDIR}/batik/batik.jar:graphics/batik \ + ${JAVALIBDIR}/../batik/batik.jar:graphics/batik \ ${JAVALIBDIR}/avalon-framework.jar:devel/avalon-framework \ ${JAVALIBDIR}/commons-io.jar:devel/jakarta-commons-io \ ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging \ |