Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2014 12:58:35 +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: r362672 - head/lang/twelf
Message-ID:  <201407231258.s6NCwZGk044656@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jul 23 12:58:35 2014
New Revision: 362672
URL: http://svnweb.freebsd.org/changeset/ports/362672
QAT: https://qat.redports.org/buildarchive/r362672/

Log:
  Do not hardcode dvips dependency

Modified:
  head/lang/twelf/Makefile

Modified: head/lang/twelf/Makefile
==============================================================================
--- head/lang/twelf/Makefile	Wed Jul 23 12:43:45 2014	(r362671)
+++ head/lang/twelf/Makefile	Wed Jul 23 12:58:35 2014	(r362672)
@@ -27,9 +27,8 @@ PORTDOCS=	dvi html info pdf ps
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
-USE_TEX=	tex:build
+USE_TEX=	tex:build dvipsk:build
 BUILD_DEPENDS+=	${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
-BUILD_DEPENDS+=	${LOCALBASE}/bin/dvips:${PORTSDIR}/print/dvipsk-tetex
 .endif
 
 post-patch:



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