diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-03-29 02:09:03 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-03-29 02:09:03 +0000 |
commit | 0481aaa030eb2728d1592dbd388c84af59d53b0d (patch) | |
tree | 5b1a825cd246bdf9b608c3f7c79b1ea1cfa5e5f4 /math/sage/Makefile | |
parent | 4c192c917ca6b7c7a482a03fdb846088695a7f5c (diff) | |
download | ports-0481aaa030eb2728d1592dbd388c84af59d53b0d.tar.gz ports-0481aaa030eb2728d1592dbd388c84af59d53b0d.zip |
- Add dvips as a build dependency.
PR: 198893
Submitted by: John Marino
Notes
Notes:
svn path=/head/; revision=382562
Diffstat (limited to 'math/sage/Makefile')
-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 67d0694d49cc..09ba392145e2 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 +USE_TEX= latex:build dvipsk:build USES= gmake iconv tk MAKE_JOBS_SAFE= yes |