diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-09-09 22:21:08 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-09-09 22:21:08 +0800 |
commit | f137026176ca0a0195e0ac24f4df616ec56583dd (patch) | |
tree | a2293a3e4d66780dab4504010e83beae4e94931b /biology | |
parent | b8b91d8e09514608fa2f88d9f6455982f5fb2d9a (diff) | |
download | freebsd-ports-gnome-f137026176ca0a0195e0ac24f4df616ec56583dd.tar.gz freebsd-ports-gnome-f137026176ca0a0195e0ac24f4df616ec56583dd.tar.zst freebsd-ports-gnome-f137026176ca0a0195e0ac24f4df616ec56583dd.zip |
Chase new name of wxgtk shared library.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/treeviewx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/treeviewx/Makefile b/biology/treeviewx/Makefile index 3f1c418f2b09..37011d8c9df7 100644 --- a/biology/treeviewx/Makefile +++ b/biology/treeviewx/Makefile @@ -13,7 +13,7 @@ DISTNAME= tv-${PORTVERSION} MAINTAINER= tonym@biolateral.com.au -LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk +LIB_DEPENDS= wx_gtk-2.2.2:${PORTSDIR}/x11-toolkits/wxgtk USE_GMAKE= yes GNU_CONFIGURE= yes |