Date: Tue, 29 Jul 2014 19:59:58 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363383 - head/graphics/gauche-gl Message-ID: <201407291959.s6TJxwx5021469@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Jul 29 19:59:58 2014 New Revision: 363383 URL: http://svnweb.freebsd.org/changeset/ports/363383 QAT: https://qat.redports.org/buildarchive/r363383/ Log: Fix make fetch With hat: portmgr Modified: head/graphics/gauche-gl/Makefile Modified: head/graphics/gauche-gl/Makefile ============================================================================== --- head/graphics/gauche-gl/Makefile Tue Jul 29 19:56:24 2014 (r363382) +++ head/graphics/gauche-gl/Makefile Tue Jul 29 19:59:58 2014 (r363383) @@ -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/${PO PLIST_SUB= TARGET="${CONFIGURE_TARGET}" .if !defined(NOPORTDOCS) -USES= makeinfo tar:tgz +USES+= makeinfo INFO= gauche-gl-refe gauche-gl-refj .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407291959.s6TJxwx5021469>