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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/comical/Makefile | 2 | ||||
-rw-r--r-- | graphics/hugin-devel/Makefile | 2 | ||||
-rw-r--r-- | graphics/hugin/Makefile | 2 | ||||
-rw-r--r-- | graphics/libreatlas/Makefile | 2 | ||||
-rw-r--r-- | graphics/panoglview/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/graphics/comical/Makefile b/graphics/comical/Makefile index 7ea4ee37dffc..a4b3c421881a 100644 --- a/graphics/comical/Makefile +++ b/graphics/comical/Makefile @@ -3,7 +3,7 @@ PORTNAME= comical PORTVERSION= 0.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/hugin-devel/Makefile b/graphics/hugin-devel/Makefile index 7d32a6c45c17..18534f505da1 100644 --- a/graphics/hugin-devel/Makefile +++ b/graphics/hugin-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= hugin PORTVERSION= 2013.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-2013.0 PKGNAMESUFFIX= -devel diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index bb5733c5357e..cf5104b4b5d6 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= hugin PORTVERSION= 2013.0.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} diff --git a/graphics/libreatlas/Makefile b/graphics/libreatlas/Makefile index 6ba2ac8fe10a..8caba0e98965 100644 --- a/graphics/libreatlas/Makefile +++ b/graphics/libreatlas/Makefile @@ -3,7 +3,7 @@ PORTNAME= libreatlas PORTVERSION= 1.0.0a -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ diff --git a/graphics/panoglview/Makefile b/graphics/panoglview/Makefile index edf05c36752c..a41c9825b2fa 100644 --- a/graphics/panoglview/Makefile +++ b/graphics/panoglview/Makefile @@ -3,7 +3,7 @@ PORTNAME= panoglview PORTVERSION= 0.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/hugin/${PORTNAME}/${PORTNAME}-${PORTVERSION} |