svn commit: r349015 - head/ftp/multiget
Baptiste Daroussin
bapt at FreeBSD.org
Mon Mar 24 15:34:41 UTC 2014
Author: bapt
Date: Mon Mar 24 15:34:40 2014
New Revision: 349015
URL: http://svnweb.freebsd.org/changeset/ports/349015
QAT: https://qat.redports.org/buildarchive/r349015/
Log:
Only build with wx 2.8
Use unicode version
Modified:
head/ftp/multiget/Makefile
Modified: head/ftp/multiget/Makefile
==============================================================================
--- head/ftp/multiget/Makefile Mon Mar 24 15:30:19 2014 (r349014)
+++ head/ftp/multiget/Makefile Mon Mar 24 15:34:40 2014 (r349015)
@@ -3,7 +3,7 @@
PORTNAME= multiget
PORTVERSION= 1.1.3
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= ftp www
MASTER_SITES= SF/${PORTNAME}/OldFiles
@@ -13,7 +13,8 @@ COMMENT= HTTP/FTP downloader with a nice
WRKSRC_SUBDIR= src
USES= dos2unix
-USE_WX= 2.6+
+USE_WX= 2.8
+WX_UNICODE= yes
MAKEFILE= makefile
ALL_TARGET= MultiGet
More information about the svn-ports-head
mailing list