1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Fix dependency on boost (should be LIB_DEPEND)

PR:		197040
Submitted by:	amdmi3
Approved by:	wen (maintainer)
This commit is contained in:
Dmitry Marakasov 2015-01-24 16:16:36 +00:00
parent 7471ac7523
commit 146f3f93b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377798

View File

@ -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