aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-07-29 19:59:58 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-07-29 19:59:58 +0000
commitd1b39d5959aefdc36f8bc83ebae598c65c963f2c (patch)
treee5a48825d3d2abc46d59a97890856fbc93aef104 /graphics
parent105236a46e25b2439901bc96d02e9ad11eaa2aeb (diff)
downloadports-d1b39d5959aefdc36f8bc83ebae598c65c963f2c.tar.gz
ports-d1b39d5959aefdc36f8bc83ebae598c65c963f2c.zip
Fix make fetch
With hat: portmgr
Notes
Notes: svn path=/head/; revision=363383
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