aboutsummaryrefslogtreecommitdiff
path: root/biology/treeviewx
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-24 15:18:39 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-24 15:18:39 +0000
commit8b704cb6b60f86cd132f42e203ea7bc749d03a7d (patch)
tree70839fab6839cd914ff2006762d2885e9543ab70 /biology/treeviewx
parent92bffa3fff658074b26529002d2cd6a31cff153a (diff)
downloadports-8b704cb6b60f86cd132f42e203ea7bc749d03a7d.tar.gz
ports-8b704cb6b60f86cd132f42e203ea7bc749d03a7d.zip
Does not build with wx 3.0
Remove the contrib component which is not required Note that is does not build with the unicode version of wx 2.8 as well
Notes
Notes: svn path=/head/; revision=349010
Diffstat (limited to 'biology/treeviewx')
-rw-r--r--biology/treeviewx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/biology/treeviewx/Makefile b/biology/treeviewx/Makefile
index 30c0b71a5181..382aef4b6d52 100644
--- a/biology/treeviewx/Makefile
+++ b/biology/treeviewx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= treeviewx
PORTVERSION= 0.5.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= biology
MASTER_SITES= http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/download/${PORTVERSION:S/.1//}/
DISTNAME= tv-${PORTVERSION}
@@ -11,8 +11,8 @@ DISTNAME= tv-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Phylogenetic tree viewer
-USE_WX= yes
-WX_COMPS= wx contrib
+USE_WX= 2.8
+WX_COMPS= wx
USES= gmake
GNU_CONFIGURE= yes