1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Support stage

USE_GMAKE -> USES=gmake
This commit is contained in:
Baptiste Daroussin 2014-01-25 21:26:05 +00:00
parent 8410919504
commit 40ea68a820
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341111

View File

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