Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 14:35:15 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408411 - head/ftp/libfilezilla
Message-ID:  <201602071435.u17EZFsa094619@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Sun Feb  7 14:35:15 2016
New Revision: 408411
URL: https://svnweb.freebsd.org/changeset/ports/408411

Log:
  ftp/libfilezilla: fix build on 10.1
  
  PR:		206981
  Submitted by:	matthew@reztek.cz (maintainer)

Modified:
  head/ftp/libfilezilla/Makefile

Modified: head/ftp/libfilezilla/Makefile
==============================================================================
--- head/ftp/libfilezilla/Makefile	Sun Feb  7 14:07:15 2016	(r408410)
+++ head/ftp/libfilezilla/Makefile	Sun Feb  7 14:35:15 2016	(r408411)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_FreeBSD_9=	requires C++14 complier, 9.x lacks C++11 standard library
 
-USES=		compiler:c++14-lang gmake libtool localbase pathfix pkgconfig tar:bzip2
+USES=		compiler:c++14-lang gmake iconv libtool localbase pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip



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