svn commit: r366830 - head/misc/latex-mk
Adam Weinberger
adamw at FreeBSD.org
Sun Aug 31 21:27:29 UTC 2014
Author: adamw
Date: Sun Aug 31 21:27:28 2014
New Revision: 366830
URL: http://svnweb.freebsd.org/changeset/ports/366830
QAT: https://qat.redports.org/buildarchive/r366830/
Log:
USES=makeinfo broke the build here. This port requires texi2dvi, and
USES=makinfo will only bring it in on -current. Fix this by partially
reverting 366590 and adding back the dependencies on print/texinfo.
While here, correct the LICENSE.
Modified:
head/misc/latex-mk/Makefile
Modified: head/misc/latex-mk/Makefile
==============================================================================
--- head/misc/latex-mk/Makefile Sun Aug 31 20:30:39 2014 (r366829)
+++ head/misc/latex-mk/Makefile Sun Aug 31 21:27:28 2014 (r366830)
@@ -10,10 +10,13 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= hrs at FreeBSD.org
COMMENT= Collection of makefile and scripts for LaTeX documents
-LICENSE= BSD
+LICENSE= BSD4CLAUSE
+
+BUILD_DEPENDS= texi2dvi:${PORTSDIR}/print/texinfo
+RUN_DEPENDS= texi2dvi:${PORTSDIR}/print/texinfo
USE_TEX= latex
-USES= gmake makeinfo
+USES= gmake
GNU_CONFIGURE= yes
INFO= latex-mk
More information about the svn-ports-all
mailing list