svn commit: r320110 - head/math/naturalmath

Stephen Montgomery-Smith stephen at FreeBSD.org
Thu Jun 6 15:59:14 UTC 2013


Author: stephen
Date: Thu Jun  6 15:59:14 2013
New Revision: 320110
URL: http://svnweb.freebsd.org/changeset/ports/320110

Log:
  - Add dvipsk:build to USE_TEX
  
  PR:		ports/179369
  Submitted by:	John Marino <draco at marino.st>

Modified:
  head/math/naturalmath/Makefile

Modified: head/math/naturalmath/Makefile
==============================================================================
--- head/math/naturalmath/Makefile	Thu Jun  6 15:53:05 2013	(r320109)
+++ head/math/naturalmath/Makefile	Thu Jun  6 15:59:14 2013	(r320110)
@@ -15,7 +15,7 @@ MAINTAINER=	stephen at FreeBSD.org
 COMMENT=	Script to turn intuitively written math into latex
 
 USE_PERL5=	yes
-USE_TEX=	latex:build
+USE_TEX=	latex:build dvipsk:build
 
 post-patch:
 	@${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/naturalmath


More information about the svn-ports-all mailing list