diff options
author | stephen <stephen@FreeBSD.org> | 2013-06-06 23:59:14 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2013-06-06 23:59:14 +0800 |
commit | 020ef88859922b290ce6b39c98822ab82a78f76c (patch) | |
tree | fb00af15144d4baea5df3ae85e4c9b0144217b41 /math/naturalmath | |
parent | a3f3ab668ac6031981dac7b663dba4c1df0efca1 (diff) | |
download | freebsd-ports-gnome-020ef88859922b290ce6b39c98822ab82a78f76c.tar.gz freebsd-ports-gnome-020ef88859922b290ce6b39c98822ab82a78f76c.tar.zst freebsd-ports-gnome-020ef88859922b290ce6b39c98822ab82a78f76c.zip |
- Add dvipsk:build to USE_TEX
PR: ports/179369
Submitted by: John Marino <draco@marino.st>
Diffstat (limited to 'math/naturalmath')
-rw-r--r-- | math/naturalmath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/naturalmath/Makefile b/math/naturalmath/Makefile index 28b6aee842df..7215f21162f7 100644 --- a/math/naturalmath/Makefile +++ b/math/naturalmath/Makefile @@ -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 |