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 /audio | |
parent | d86141b06dc44694dfb40826bcab81aadfc6a721 (diff) | |
download | freebsd-ports-graphics-2558f8d8455b6a709567f5245095f051d9eb3f33.tar.gz freebsd-ports-graphics-2558f8d8455b6a709567f5245095f051d9eb3f33.tar.zst freebsd-ports-graphics-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 'audio')
-rw-r--r-- | audio/audacity/Makefile | 2 | ||||
-rw-r--r-- | audio/smasher/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 9439f6d6f65..86e715236e4 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -3,7 +3,7 @@ PORTNAME= audacity PORTVERSION= 2.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-minsrc-${PORTVERSION} diff --git a/audio/smasher/Makefile b/audio/smasher/Makefile index 54a5db367cd..9574bb5e7d8 100644 --- a/audio/smasher/Makefile +++ b/audio/smasher/Makefile @@ -3,7 +3,7 @@ PORTNAME= smasher PORTVERSION= 1.1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF |