svn commit: r363383 - head/graphics/gauche-gl

Antoine Brodin antoine at FreeBSD.org
Tue Jul 29 19:59:59 UTC 2014


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
 


More information about the svn-ports-all mailing list