diff options
author | wg <wg@FreeBSD.org> | 2014-07-06 07:01:32 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-07-06 07:01:32 +0800 |
commit | a36ed98b681c8a87195fe6812a182d405cbdb3c2 (patch) | |
tree | cf0bb1b8d09346f677f6206a4cb8d1d73dede065 /deskutils | |
parent | 691f5fe10a35453f5ebf8485a83d17fcd74b88d6 (diff) | |
download | freebsd-ports-gnome-a36ed98b681c8a87195fe6812a182d405cbdb3c2.tar.gz freebsd-ports-gnome-a36ed98b681c8a87195fe6812a182d405cbdb3c2.tar.zst freebsd-ports-gnome-a36ed98b681c8a87195fe6812a182d405cbdb3c2.zip |
deskutils/cycle: use WX 3.0
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/cycle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/cycle/Makefile b/deskutils/cycle/Makefile index 779fbd5618cc..ec7eb5033aa1 100644 --- a/deskutils/cycle/Makefile +++ b/deskutils/cycle/Makefile @@ -3,7 +3,7 @@ PORTNAME= cycle PORTVERSION= 0.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils biology python MASTER_SITES= SF @@ -14,7 +14,7 @@ LICENSE= GPLv2 USES= tar:bzip2 USE_PYTHON_RUN= yes -USE_WX= 2.6+ +USE_WX= 3.0+ WX_COMPS= python NO_BUILD= yes |