aboutsummaryrefslogtreecommitdiff
path: root/math/asymptote/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/asymptote/Makefile')
-rw-r--r--math/asymptote/Makefile6
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