From 2558f8d8455b6a709567f5245095f051d9eb3f33 Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 16 Sep 2015 19:51:26 +0000 Subject: 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 --- games/pyfa/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/pyfa') diff --git a/games/pyfa/Makefile b/games/pyfa/Makefile index 1e51d29d18ee..e0e896a8a9f2 100644 --- a/games/pyfa/Makefile +++ b/games/pyfa/Makefile @@ -4,6 +4,7 @@ PORTNAME= pyfa PORTVERSION= 1.13.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= games python MAINTAINER= andrey@bsdnir.info -- cgit