1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

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
This commit is contained in:
Baptiste Daroussin 2014-03-24 15:18:39 +00:00
parent 92bffa3fff
commit 8b704cb6b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349010

View File

@ -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