svn commit: r340521 - head/devel/liblas

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 21 00:40:15 UTC 2014


Author: bapt
Date: Tue Jan 21 00:40:14 2014
New Revision: 340521
URL: http://svnweb.freebsd.org/changeset/ports/340521
QAT: https://qat.redports.org/buildarchive/r340521/

Log:
  Support stage

Modified:
  head/devel/liblas/Makefile

Modified: head/devel/liblas/Makefile
==============================================================================
--- head/devel/liblas/Makefile	Tue Jan 21 00:38:09 2014	(r340520)
+++ head/devel/liblas/Makefile	Tue Jan 21 00:40:14 2014	(r340521)
@@ -8,14 +8,12 @@ MASTER_SITES=	http://trac.liblas.org/raw
 DISTNAME=	${PORTNAME}-src-${PORTVERSION}
 
 MAINTAINER=	wenheping at gmail.com
-COMMENT=	A Library For Reading And Writing LAS-Format Data
+COMMENT=	Library For Reading And Writing LAS-Format Data
 
-#USE_BZIP2=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/liblas-src-${PORTVERSION}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list