Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2015 08:14:30 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401227 - head/finance/ledger
Message-ID:  <201511110814.tAB8EU1a015847@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Nov 11 08:14:29 2015
New Revision: 401227
URL: https://svnweb.freebsd.org/changeset/ports/401227

Log:
  finance/ledger: Convert to USES=libedit
  
  Approved by:	infrastructure modernization

Modified:
  head/finance/ledger/Makefile

Modified: head/finance/ledger/Makefile
==============================================================================
--- head/finance/ledger/Makefile	Wed Nov 11 07:54:11 2015	(r401226)
+++ head/finance/ledger/Makefile	Wed Nov 11 08:14:29 2015	(r401227)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511110814.tAB8EU1a015847>