finance/ledger: Convert to USES=libedit

Approved by:	infrastructure modernization
This commit is contained in:
John Marino 2015-11-11 08:14:29 +00:00
parent 9916f254bd
commit 17b3399f5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401227

View File

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