Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2014 06:24:06 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359961 - head/ftp/lftp
Message-ID:  <201407010624.s616O6Vm081715@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jul  1 06:24:06 2014
New Revision: 359961
URL: http://svnweb.freebsd.org/changeset/ports/359961
QAT: https://qat.redports.org/buildarchive/r359961/

Log:
  Fix build with ports version of readline

Modified:
  head/ftp/lftp/Makefile

Modified: head/ftp/lftp/Makefile
==============================================================================
--- head/ftp/lftp/Makefile	Tue Jul  1 05:01:17 2014	(r359960)
+++ head/ftp/lftp/Makefile	Tue Jul  1 06:24:06 2014	(r359961)
@@ -20,7 +20,7 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
-USES=		iconv shebangfix
+USES=		iconv readline shebangfix
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib



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