diff options
author | pav <pav@FreeBSD.org> | 2006-10-09 15:16:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-10-09 15:16:37 +0800 |
commit | dbc272a849c43b29a5c7ad836a4c0f6ea6e622e4 (patch) | |
tree | 1e4438f2f2fc5159b11fc7df64005170bafb1cdb /biology/treeviewx | |
parent | 8e5118c470c15b0d0db1876a17b0234b7ec8bd47 (diff) | |
download | freebsd-ports-gnome-dbc272a849c43b29a5c7ad836a4c0f6ea6e622e4.tar.gz freebsd-ports-gnome-dbc272a849c43b29a5c7ad836a4c0f6ea6e622e4.tar.zst freebsd-ports-gnome-dbc272a849c43b29a5c7ad836a4c0f6ea6e622e4.zip |
- 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)
Diffstat (limited to 'biology/treeviewx')
-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 |