aboutsummaryrefslogtreecommitdiff
path: root/math/ess
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-07-01 17:37:41 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-07-01 17:37:41 +0000
commitcd419fd1dfe3dc76a40073fe54d2993054dfc88c (patch)
tree0d46946c2159598fd9c10d0de4a1de55f32e5a3e /math/ess
parent9426d28e77d5bf1aef929c1bfae9132ce2abb8d6 (diff)
downloadports-cd419fd1dfe3dc76a40073fe54d2993054dfc88c.tar.gz
ports-cd419fd1dfe3dc76a40073fe54d2993054dfc88c.zip
Make those ports more likely to build with texinfo from ports
With hat: portmgr
Notes
Notes: svn path=/head/; revision=360062
Diffstat (limited to 'math/ess')
-rw-r--r--math/ess/Makefile1
1 files changed, 1 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