diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-17 03:51:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-17 03:51:26 +0800 |
commit | 2558f8d8455b6a709567f5245095f051d9eb3f33 (patch) | |
tree | 4879afc96e4986d9ba2b4a606ccea6364ee658db /ftp | |
parent | d86141b06dc44694dfb40826bcab81aadfc6a721 (diff) | |
download | freebsd-ports-gnome-2558f8d8455b6a709567f5245095f051d9eb3f33.tar.gz freebsd-ports-gnome-2558f8d8455b6a709567f5245095f051d9eb3f33.tar.zst freebsd-ports-gnome-2558f8d8455b6a709567f5245095f051d9eb3f33.zip |
Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK
Newer version of wxGTK are unicode only (3.0+)
Note that now WX_UNICODE macro is noop
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpcube/Makefile | 2 | ||||
-rw-r--r-- | ftp/multiget/Makefile | 2 | ||||
-rw-r--r-- | ftp/wxdfast/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ftp/ftpcube/Makefile b/ftp/ftpcube/Makefile index 82a3bb79895d..e5fa8a0c863c 100644 --- a/ftp/ftpcube/Makefile +++ b/ftp/ftpcube/Makefile @@ -3,7 +3,7 @@ PORTNAME= ftpcube PORTVERSION= 0.5.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= ftp python MASTER_SITES= SF diff --git a/ftp/multiget/Makefile b/ftp/multiget/Makefile index bb092243feca..421f3913c37a 100644 --- a/ftp/multiget/Makefile +++ b/ftp/multiget/Makefile @@ -3,7 +3,7 @@ PORTNAME= multiget PORTVERSION= 1.1.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= ftp www MASTER_SITES= SF/${PORTNAME}/OldFiles diff --git a/ftp/wxdfast/Makefile b/ftp/wxdfast/Makefile index 8507e11c2be5..98c0d3725d10 100644 --- a/ftp/wxdfast/Makefile +++ b/ftp/wxdfast/Makefile @@ -3,7 +3,7 @@ PORTNAME= wxdfast PORTVERSION= 0.6.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= ftp www MASTER_SITES= SF/dfast/wxDownload%20Fast/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} |