aboutsummaryrefslogtreecommitdiff
path: root/ftp/libfilezilla
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2016-04-21 20:11:31 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2016-04-21 20:11:31 +0000
commita1ce4e28becb54c5682d755b2a3f17849165c520 (patch)
tree7221f45c4458ac50a4c2e0f12061cbe4db3bfc6e /ftp/libfilezilla
parent14bb261c9439a9a2f875b61ae63f55764561bff9 (diff)
downloadports-a1ce4e28becb54c5682d755b2a3f17849165c520.tar.gz
ports-a1ce4e28becb54c5682d755b2a3f17849165c520.zip
Always link against iconv with wchar_t extension
PR: 208121 Submitted by: mikael.urankar <at> gmail <dot> com Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=413755
Diffstat (limited to 'ftp/libfilezilla')
-rw-r--r--ftp/libfilezilla/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/libfilezilla/Makefile b/ftp/libfilezilla/Makefile
index 85b704e2312e..08876fdede64 100644
--- a/ftp/libfilezilla/Makefile
+++ b/ftp/libfilezilla/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libfilezilla
PORTVERSION= 0.4.0.1
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= SF/filezilla/${PORTNAME}/${PORTVERSION}
@@ -15,7 +16,7 @@ BROKEN_powerpc64= Does not build
BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library
-USES= compiler:c++14-lang gmake iconv libtool localbase pathfix pkgconfig tar:bzip2
+USES= compiler:c++14-lang gmake iconv:wchar_t libtool localbase pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip