diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-25 21:26:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-25 21:26:05 +0000 |
commit | 40ea68a820fbdc7390054e1b3f8a933ebd2d8404 (patch) | |
tree | de934640fa2b5a104f02afe0263fb222021461a6 /graphics/libspiro | |
parent | 8410919504ef4526f44971ada5a69df54834abd5 (diff) | |
download | ports-40ea68a820fbdc7390054e1b3f8a933ebd2d8404.tar.gz ports-40ea68a820fbdc7390054e1b3f8a933ebd2d8404.zip |
Notes
Diffstat (limited to 'graphics/libspiro')
-rw-r--r-- | graphics/libspiro/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/libspiro/Makefile b/graphics/libspiro/Makefile index 54c9fdd4b35c..bfbedb7844d1 100644 --- a/graphics/libspiro/Makefile +++ b/graphics/libspiro/Makefile @@ -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> |