Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2014 22:14:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362507 - head/lang/twelf
Message-ID:  <201407212214.s6LMEdSw076798@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jul 21 22:14:39 2014
New Revision: 362507
URL: http://svnweb.freebsd.org/changeset/ports/362507
QAT: https://qat.redports.org/buildarchive/r362507/

Log:
  Fix build with texlive

Modified:
  head/lang/twelf/Makefile

Modified: head/lang/twelf/Makefile
==============================================================================
--- head/lang/twelf/Makefile	Mon Jul 21 22:10:45 2014	(r362506)
+++ head/lang/twelf/Makefile	Mon Jul 21 22:14:39 2014	(r362507)
@@ -15,7 +15,8 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	mlton:${PORTSDIR}/lang/mlton
-BUILD_DEPENDS=	mlton:${PORTSDIR}/lang/mlton
+BUILD_DEPENDS=	mlton:${PORTSDIR}/lang/mlton \
+		texi2html:${PORTSDIR}/textproc/texi2html
 
 USES=	gmake
 ALL_TARGET=	mlton



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