Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2014 15:34:03 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352756 - head/math/jlatexmath
Message-ID:  <201405011534.s41FY3LO012304@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Thu May  1 15:34:02 2014
New Revision: 352756
URL: http://svnweb.freebsd.org/changeset/ports/352756
QAT: https://qat.redports.org/buildarchive/r352756/

Log:
  math/jlatexmath: fix typo

Modified:
  head/math/jlatexmath/Makefile

Modified: head/math/jlatexmath/Makefile
==============================================================================
--- head/math/jlatexmath/Makefile	Thu May  1 15:17:48 2014	(r352755)
+++ head/math/jlatexmath/Makefile	Thu May  1 15:34:02 2014	(r352756)
@@ -27,7 +27,7 @@ OPTIONS_SUB=	yes
 FOP_DESC=		textproc/fop plugin (required for math/scilab)
 FOP_BUILD_DEPENDS=	fop:${PORTSDIR}/textproc/fop \
 			${JAVALIBDIR}/xmlgraphics-commons.jar:${PORTSDIR}/graphics/xmlgraphics-commons
-FOP_RUN_DEPENDS:=	${FOP_BUILD_DEPENDS}
+FOP_RUN_DEPENDS:=	${FOP_BUILD_DEPENDS} \
 			${JAVASHAREDIR}/batik/batik.jar:${PORTSDIR}/graphics/batik \
 			${JAVALIBDIR}/avalon-framework.jar:${PORTSDIR}/devel/avalon-framework \
 			${JAVALIBDIR}/commons-io.jar:${PORTSDIR}/devel/jakarta-commons-io \



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