diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 08:41:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-26 08:41:34 +0000 |
commit | c0ef6553ab62feeeed1bc06230ffad0837ff80c6 (patch) | |
tree | 538272ea6472d12ca5d850dc054ae239be5ead16 /lang/gauche | |
parent | bd2bbe06be054ea6d260b07be6a68fed141bd12e (diff) | |
download | ports-c0ef6553ab62feeeed1bc06230ffad0837ff80c6.tar.gz ports-c0ef6553ab62feeeed1bc06230ffad0837ff80c6.zip |
Notes
Diffstat (limited to 'lang/gauche')
-rw-r--r-- | lang/gauche/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index c2f3e3e3ce1a..dc357b4a5904 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -45,6 +45,7 @@ NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} +USES+= makeinfo INFO= gauche-refe gauche-refj .endif |