svn commit: r362507 - head/lang/twelf
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jul 21 22:14:39 UTC 2014
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
More information about the svn-ports-all
mailing list