svn commit: r352756 - head/math/jlatexmath

Max Brazhnikov makc at FreeBSD.org
Thu May 1 15:34:03 UTC 2014


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 \


More information about the svn-ports-all mailing list