diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-24 23:18:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-24 23:18:39 +0800 |
commit | b54a754d5bb441df98a311f3a1cc0f561529d5f6 (patch) | |
tree | 70839fab6839cd914ff2006762d2885e9543ab70 /biology | |
parent | 796f07968c55b5d3dbde8250f3911fbeecf2b523 (diff) | |
download | freebsd-ports-gnome-b54a754d5bb441df98a311f3a1cc0f561529d5f6.tar.gz freebsd-ports-gnome-b54a754d5bb441df98a311f3a1cc0f561529d5f6.tar.zst freebsd-ports-gnome-b54a754d5bb441df98a311f3a1cc0f561529d5f6.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
Diffstat (limited to 'biology')
-rw-r--r-- | biology/treeviewx/Makefile | 6 |
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 |