diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-24 16:16:36 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-24 16:16:36 +0000 |
commit | 146f3f93b90aaded7f6ebb34b5d3e2ae2a9c77ea (patch) | |
tree | 85de1686afbe972c66d9d61b4a5af02e22261bdc /devel/liblas | |
parent | 7471ac752397ff55256c9ddd211ae6b8eaf68b84 (diff) |
Notes
Diffstat (limited to 'devel/liblas')
-rw-r--r-- | devel/liblas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/liblas/Makefile b/devel/liblas/Makefile index 12d6b024969b..ea6f031e21ab 100644 --- a/devel/liblas/Makefile +++ b/devel/liblas/Makefile @@ -3,6 +3,7 @@ PORTNAME= liblas PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/libLAS/libLAS/archive/ DISTNAME= ${PORTVERSION} @@ -10,7 +11,7 @@ DISTNAME= ${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Library For Reading And Writing LAS-Format Data -BUILD_DEPENDS= boost-libs>=0:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs LICENSE= BSD2CLAUSE |