aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gauche-gl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile
index ef7781a0a932..b673190ec1e4 100644
--- a/graphics/gauche-gl/Makefile
+++ b/graphics/gauche-gl/Makefile
@@ -15,6 +15,7 @@ COMMENT= OpenGL binding for Gauche
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
RUN_DEPENDS:= ${BUILD_DEPENDS}
+USES= tar:tgz
USE_XORG= ice sm
USE_GL= glut
GNU_CONFIGURE= yes
@@ -25,7 +26,7 @@ DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME}
PLIST_SUB= TARGET="${CONFIGURE_TARGET}"
.if !defined(NOPORTDOCS)
-USES= makeinfo tar:tgz
+USES+= makeinfo
INFO= gauche-gl-refe gauche-gl-refj
.endif