Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2017 11:21:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433220 - head/math/jlatexmath
Message-ID:  <201702031121.v13BLoxf041637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702031121.v13BLoxf041637>