diff options
author | adamw <adamw@FreeBSD.org> | 2014-09-07 23:09:39 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-09-07 23:09:39 +0800 |
commit | ecfd8797f39fffbf94b1fea41a3b6015d8ca0fda (patch) | |
tree | 40ab0a3199a248418cf8981682f030f5065abab3 /math | |
parent | 0059e456dc2831fbff62e46c03005a11a9f80ff4 (diff) | |
download | freebsd-ports-gnome-ecfd8797f39fffbf94b1fea41a3b6015d8ca0fda.tar.gz freebsd-ports-gnome-ecfd8797f39fffbf94b1fea41a3b6015d8ca0fda.tar.zst freebsd-ports-gnome-ecfd8797f39fffbf94b1fea41a3b6015d8ca0fda.zip |
Change USE_TEX=texlive.
Diffstat (limited to 'math')
-rw-r--r-- | math/asymptote/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index 3a553841a46d..69d0a7dec590 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -41,7 +41,7 @@ USE_GHOSTSCRIPT=yes USE_GL= glut USE_PERL5= build USE_PYTHON= yes -USE_TEX= dvipsk formats texlive +USE_TEX= dvipsk formats WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |