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 /net-p2p/amule-devel/Makefile | |
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 'net-p2p/amule-devel/Makefile')
-rw-r--r-- | net-p2p/amule-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index 5acbf0fdf4cd..945bb55a35fb 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= amule PORTVERSION= 10834 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-p2p MASTER_SITES= http://amule.sourceforge.net/tarballs/ PKGNAMESUFFIX= -devel |