diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-29 19:59:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-29 19:59:58 +0000 |
commit | d1b39d5959aefdc36f8bc83ebae598c65c963f2c (patch) | |
tree | e5a48825d3d2abc46d59a97890856fbc93aef104 /graphics | |
parent | 105236a46e25b2439901bc96d02e9ad11eaa2aeb (diff) | |
download | ports-d1b39d5959aefdc36f8bc83ebae598c65c963f2c.tar.gz ports-d1b39d5959aefdc36f8bc83ebae598c65c963f2c.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gauche-gl/Makefile | 3 |
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 |