Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 21:27:28 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366830 - head/misc/latex-mk
Message-ID:  <201408312127.s7VLRSJK077927@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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