diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-09 07:16:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-09 07:16:37 +0000 |
commit | bf619e630a1f4805a22e6c2e4a8ebdb8e98064f9 (patch) | |
tree | 17e76737593f08ae2d6d57f5b9b61e0b2bb33841 /biology | |
parent | Remove expired leaf port: (diff) |
- Allow wxWidgets 2.6 alongside 2.4, this port works with both
PR: ports/102168
Approved by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
Notes
Notes:
svn path=/head/; revision=175040
Diffstat (limited to 'biology')
-rw-r--r-- | biology/treeviewx/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/biology/treeviewx/Makefile b/biology/treeviewx/Makefile index 3bfb4f0fbc7c..5b835cd769a3 100644 --- a/biology/treeviewx/Makefile +++ b/biology/treeviewx/Makefile @@ -8,6 +8,7 @@ PORTNAME= treeviewx PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/download/${PORTVERSION:S/.1//}/ DISTNAME= tv-${PORTVERSION} @@ -15,12 +16,10 @@ DISTNAME= tv-${PORTVERSION} MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= A phylogenetic tree viewer -LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 \ - wx_gtk2_dcsvg-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24-contrib - +USE_WX= yes +WX_COMPS= wx contrib USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= WX_CONFIG="${X11BASE}/bin/wxgtk2-2.4-config" PLIST_FILES= bin/tv |