Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Apr 2016 13:50:53 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413941 - head/ftp/libfilezilla
Message-ID:  <201604241350.u3ODors5025096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Apr 24 13:50:53 2016
New Revision: 413941
URL: https://svnweb.freebsd.org/changeset/ports/413941

Log:
  ftp/libftpzilla: set USES=iconv:wchar_t after last commit
  
  PR:		208121
  Submitted by:	<matthew@reztek.cz> (maintainer), gblach

Modified:
  head/ftp/libfilezilla/Makefile

Modified: head/ftp/libfilezilla/Makefile
==============================================================================
--- head/ftp/libfilezilla/Makefile	Sun Apr 24 12:35:31 2016	(r413940)
+++ head/ftp/libfilezilla/Makefile	Sun Apr 24 13:50:53 2016	(r413941)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libfilezilla
 PORTVERSION=	0.5.0
+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



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