svn commit: r359961 - head/ftp/lftp

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 1 06:24:07 UTC 2014


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


More information about the svn-ports-all mailing list