diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-21 00:40:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-21 00:40:14 +0000 |
commit | 17e52604c2814e2bdfdf0d1176268824d5452c35 (patch) | |
tree | 93f48824ad1398b5db170c99bb829c5e3b87e0cb | |
parent | e236586f64d3196df94849be8738753a18ffdf62 (diff) | |
download | ports-17e52604c2814e2bdfdf0d1176268824d5452c35.tar.gz ports-17e52604c2814e2bdfdf0d1176268824d5452c35.zip |
Notes
-rw-r--r-- | devel/liblas/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/liblas/Makefile b/devel/liblas/Makefile index b3df4ff785b7..d0449078ac96 100644 --- a/devel/liblas/Makefile +++ b/devel/liblas/Makefile @@ -8,14 +8,12 @@ MASTER_SITES= http://trac.liblas.org/raw-attachment/wiki/${PORTVERSION}/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= wenheping@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> |