summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-24 15:34:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-24 15:34:40 +0000
commite2ddbb962aec9bce194b377409423b33c3e2fd91 (patch)
tree2db15951d12e0f3feec05b20144e24e11def3c22 /ftp
parentUse unicode version of wx (diff)
Only build with wx 2.8
Use unicode version
Notes
Notes: svn path=/head/; revision=349015
Diffstat (limited to 'ftp')
-rw-r--r--ftp/multiget/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/multiget/Makefile b/ftp/multiget/Makefile
index 1a0b4f310e45..b89dea7f0eb1 100644
--- a/ftp/multiget/Makefile
+++ b/ftp/multiget/Makefile
@@ -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 GUI
WRKSRC_SUBDIR= src
USES= dos2unix
-USE_WX= 2.6+
+USE_WX= 2.8
+WX_UNICODE= yes
MAKEFILE= makefile
ALL_TARGET= MultiGet