From d1b39d5959aefdc36f8bc83ebae598c65c963f2c Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 29 Jul 2014 19:59:58 +0000 Subject: [PATCH] Fix make fetch With hat: portmgr --- graphics/gauche-gl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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