svn commit: r362672 - head/lang/twelf

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 23 12:58:36 UTC 2014


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:


More information about the svn-ports-all mailing list