Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2013 15:59:14 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320110 - head/math/naturalmath
Message-ID:  <201306061559.r56FxEhe004400@svn.freebsd.org>

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



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