aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-11-14 12:37:26 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-11-14 12:37:26 +0000
commit93826fe929c63e9a1430bb8be8d83c4c69e7c0aa (patch)
tree678deb5a7de3cc8dcbeee6e85317bbb4986f4f2d /biology
parent848d6ca0260fbeb792e11b06b0c025a315f318db (diff)
downloadports-93826fe929c63e9a1430bb8be8d83c4c69e7c0aa.tar.gz
ports-93826fe929c63e9a1430bb8be8d83c4c69e7c0aa.zip
Switch to wxgtk2.
Notes
Notes: svn path=/head/; revision=93942
Diffstat (limited to 'biology')
-rw-r--r--biology/treeviewx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/treeviewx/Makefile b/biology/treeviewx/Makefile
index f9b65d4fa95a..158951086503 100644
--- a/biology/treeviewx/Makefile
+++ b/biology/treeviewx/Makefile
@@ -15,9 +15,10 @@ DISTNAME= tv-${PORTVERSION}
MAINTAINER= tonym@biolateral.com.au
COMMENT= A phylogenetic tree viewer
-LIB_DEPENDS= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk
+LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
USE_GMAKE= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= WX_CONFIG="${X11BASE}/bin/wxgtk2-2.4-config"
.include <bsd.port.mk>