diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-03-30 16:48:16 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-03-30 16:48:16 +0000 |
commit | ee13510785767d99f450d15222de9bf1829dc4e9 (patch) | |
tree | 9e0f466d5f1a8ee0bc683fe22bc4b2e1fa33dc82 /math/sage | |
parent | - Update to version 0.18, now hosted at GitHub [1] (diff) |
- Remove dvips as a build dependency.
PR: 198893
Submitted by: John Marino
Notes
Notes:
svn path=/head/; revision=382691
Diffstat (limited to 'math/sage')
-rw-r--r-- | math/sage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index 09ba392145e2..67d0694d49cc 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -36,7 +36,7 @@ pre-extract: @sleep 10 PLIST_FILES= bin/sage -USE_TEX= latex:build dvipsk:build +USE_TEX= latex:build USES= gmake iconv tk MAKE_JOBS_SAFE= yes |