diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-01 17:37:41 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-01 17:37:41 +0000 |
commit | cd419fd1dfe3dc76a40073fe54d2993054dfc88c (patch) | |
tree | 0d46946c2159598fd9c10d0de4a1de55f32e5a3e /math | |
parent | 9426d28e77d5bf1aef929c1bfae9132ce2abb8d6 (diff) | |
download | ports-cd419fd1dfe3dc76a40073fe54d2993054dfc88c.tar.gz ports-cd419fd1dfe3dc76a40073fe54d2993054dfc88c.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/ess/Makefile | 1 | ||||
-rw-r--r-- | math/eukleides/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/math/ess/Makefile b/math/ess/Makefile index e616f0a0eae4..d981d9c222f8 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -23,6 +23,7 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} +USES+= makeinfo INFO= ess .endif diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile index 42986ab4d877..19731ba1b763 100644 --- a/math/eukleides/Makefile +++ b/math/eukleides/Makefile @@ -23,6 +23,7 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} +USES+= makeinfo USE_TEX+= pdftex:build PORTDOCS= de.pdf fr.pdf INFO= eukleides |