mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
finance/ledger: Convert to USES=libedit
Approved by: infrastructure modernization
This commit is contained in:
parent
9916f254bd
commit
17b3399f5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401227
@ -15,13 +15,12 @@ LICENSE_FILE= ${WRKSRC}/doc/LICENSE
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/utf8.h:${PORTSDIR}/devel/utf8cpp
|
||||
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
|
||||
libmpfr.so:${PORTSDIR}/math/mpfr \
|
||||
libedit.so.0:${PORTSDIR}/devel/libedit \
|
||||
libboost_system.so:${PORTSDIR}/devel/boost-libs
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USES= cmake compiler:c++11-lib
|
||||
USES= cmake compiler:c++11-lib libedit
|
||||
|
||||
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man \
|
||||
-DCMAKE_INCLUDE_PATH=${LOCALBASE}/include
|
||||
|
Loading…
Reference in New Issue
Block a user