diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2013-06-06 15:59:14 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2013-06-06 15:59:14 +0000 |
commit | f90d731fd142ee9aa838a330d05d127faaaaba2f (patch) | |
tree | fb00af15144d4baea5df3ae85e4c9b0144217b41 /math/naturalmath | |
parent | b5ce5fadd01879f8c1dad2f5ffba815323e1fec6 (diff) | |
download | ports-f90d731fd142ee9aa838a330d05d127faaaaba2f.tar.gz ports-f90d731fd142ee9aa838a330d05d127faaaaba2f.zip |
Notes
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 |