svn commit: r433220 - head/math/jlatexmath

Antoine Brodin antoine at FreeBSD.org
Fri Feb 3 11:21:52 UTC 2017


Author: antoine
Date: Fri Feb  3 11:21:50 2017
New Revision: 433220
URL: https://svnweb.freebsd.org/changeset/ports/433220

Log:
  Fix check-sanity: RUN_DEPENDS contains unsupported relative path to dependency

Modified:
  head/math/jlatexmath/Makefile

Modified: head/math/jlatexmath/Makefile
==============================================================================
--- head/math/jlatexmath/Makefile	Fri Feb  3 10:20:03 2017	(r433219)
+++ head/math/jlatexmath/Makefile	Fri Feb  3 11:21:50 2017	(r433220)
@@ -28,7 +28,7 @@ FOP_DESC=		textproc/fop plugin (required
 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 \


More information about the svn-ports-all mailing list