mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
- Fix dependency on boost (should be LIB_DEPEND)
PR: 197040 Submitted by: amdmi3 Approved by: wen (maintainer)
This commit is contained in:
parent
7471ac7523
commit
146f3f93b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377798
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= liblas
|
PORTNAME= liblas
|
||||||
PORTVERSION= 1.7.0
|
PORTVERSION= 1.7.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= https://github.com/libLAS/libLAS/archive/
|
MASTER_SITES= https://github.com/libLAS/libLAS/archive/
|
||||||
DISTNAME= ${PORTVERSION}
|
DISTNAME= ${PORTVERSION}
|
||||||
|
@ -10,7 +11,7 @@ DISTNAME= ${PORTVERSION}
|
||||||
MAINTAINER= wen@FreeBSD.org
|
MAINTAINER= wen@FreeBSD.org
|
||||||
COMMENT= Library For Reading And Writing LAS-Format Data
|
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
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue