diff options
author | antoine <antoine@FreeBSD.org> | 2014-07-02 01:37:41 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-07-02 01:37:41 +0800 |
commit | b339bd90a92c0e52e1f9adc4b9ef29181fee57ce (patch) | |
tree | 0d46946c2159598fd9c10d0de4a1de55f32e5a3e /graphics/gauche-gl | |
parent | ebfe27eb7d2fcac23689c7ca3a156cacb575ae31 (diff) | |
download | freebsd-ports-gnome-b339bd90a92c0e52e1f9adc4b9ef29181fee57ce.tar.gz freebsd-ports-gnome-b339bd90a92c0e52e1f9adc4b9ef29181fee57ce.tar.zst freebsd-ports-gnome-b339bd90a92c0e52e1f9adc4b9ef29181fee57ce.zip |
Make those ports more likely to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'graphics/gauche-gl')
-rw-r--r-- | graphics/gauche-gl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile index 00b9151cf1cd..d97a98de7f8c 100644 --- a/graphics/gauche-gl/Makefile +++ b/graphics/gauche-gl/Makefile @@ -26,6 +26,7 @@ DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME} PLIST_SUB= TARGET="${CONFIGURE_TARGET}" .if !defined(NOPORTDOCS) +USES= makeinfo INFO= gauche-gl-refe gauche-gl-refj .endif |