diff options
author | antoine <antoine@FreeBSD.org> | 2017-02-03 19:21:50 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-02-03 19:21:50 +0800 |
commit | 4cb9b27dd4883584964fa005f067be04ba0e88c4 (patch) | |
tree | 611c068a1347fabfc286f66f423a6cc7cf6f46e0 | |
parent | 8ef477465f30a1f4978397b5f25ec0808e955cb3 (diff) | |
download | freebsd-ports-gnome-4cb9b27dd4883584964fa005f067be04ba0e88c4.tar.gz freebsd-ports-gnome-4cb9b27dd4883584964fa005f067be04ba0e88c4.tar.zst freebsd-ports-gnome-4cb9b27dd4883584964fa005f067be04ba0e88c4.zip |
Fix check-sanity: RUN_DEPENDS contains unsupported relative path to dependency
-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 de9d668c59ca..d1d58fce2fef 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} \ - ${JAVALIBDIR}/../batik/batik.jar:graphics/batik \ + ${LOCALBASE}/share/java/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 \ |