svn commit: r401227 - head/finance/ledger

John Marino marino at FreeBSD.org
Wed Nov 11 08:14:31 UTC 2015


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


More information about the svn-ports-all mailing list