svn commit: r341111 - head/graphics/libspiro

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 25 21:26:06 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list