aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-01-14 00:54:55 +0800
committermat <mat@FreeBSD.org>2017-01-14 00:54:55 +0800
commit7213ad9c4b6b590c338dd41e8ecbd08674020987 (patch)
tree545ac8faaf58a17f5075028cc7de936c43e387a2 /math
parent280c6e4b964d25005485b5668428262f0a8f4ab4 (diff)
downloadfreebsd-ports-gnome-7213ad9c4b6b590c338dd41e8ecbd08674020987.tar.gz
freebsd-ports-gnome-7213ad9c4b6b590c338dd41e8ecbd08674020987.tar.zst
freebsd-ports-gnome-7213ad9c4b6b590c338dd41e8ecbd08674020987.zip
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'math')
-rw-r--r--math/jlatexmath/Makefile2
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 \