svn commit: r413941 - head/ftp/libfilezilla

Kurt Jaeger pi at FreeBSD.org
Sun Apr 24 13:50:55 UTC 2016


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 at 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


More information about the svn-ports-head mailing list