diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-11 17:58:55 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-11 17:58:55 +0000 |
commit | 4e09def2d4cfcd05ede8b5671ca97a7f676654b2 (patch) | |
tree | 4e99b662e9edb02c504f73d22596ea702c0f3d31 /math/asymptote | |
parent | f88394af09ffce9250caa45347e357f79b0100ff (diff) |
Notes
Diffstat (limited to 'math/asymptote')
-rw-r--r-- | math/asymptote/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index e37895f25c59..a31b98e27552 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -25,7 +25,7 @@ ONLY_FOR_ARCHS= i386 amd64 CONFIGURE_ARGS= --disable-gc USE_GHOSTSCRIPT=yes -USE_TEX= tetex +USE_TEX= latex USE_GL= glut USE_GMAKE= yes USE_PERL5_BUILD= yes @@ -80,11 +80,9 @@ INSTALL_TARGET+= install-man #.if ${PORT_OPTIONS:MMANPAGES} || ${PORT_OPTIONS:MDOCS} # teTeX is too old to compile the asymptote documentation .if 0 +USE_TEX+= dvipsk:build BUILD_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick \ - dvips:${PORTSDIR}/print/dvipsk-tetex \ - latex:${PORTSDIR}/print/teTeX-base \ makeinfo:${PORTSDIR}/textproc/texi2html \ - ${MKTEXLSR}:${PORTSDIR}/print/teTeX-base \ svn:${PORTSDIR}/devel/subversion \ texi2dvi:${PORTSDIR}/print/texinfo .endif |