Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 21:26:06 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341111 - head/graphics/libspiro
Message-ID:  <201401252126.s0PLQ6BM062768@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Jan 25 21:26:05 2014
New Revision: 341111
URL: http://svnweb.freebsd.org/changeset/ports/341111
QAT: https://qat.redports.org/buildarchive/r341111/

Log:
  Support stage
  USE_GMAKE -> USES=gmake

Modified:
  head/graphics/libspiro/Makefile

Modified: head/graphics/libspiro/Makefile
==============================================================================
--- head/graphics/libspiro/Makefile	Sat Jan 25 21:25:09 2014	(r341110)
+++ head/graphics/libspiro/Makefile	Sat Jan 25 21:26:05 2014	(r341111)
@@ -10,12 +10,11 @@ DISTNAME=	${PORTNAME}_src-${PORTVERSION}
 MAINTAINER=	cyberbotx@cyberbotx.com
 COMMENT=	Library to convert clothoid splines into Bezier splines
 
+USES=		gmake
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401252126.s0PLQ6BM062768>