diff options
author | gahr <gahr@FreeBSD.org> | 2010-04-03 23:36:30 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-04-03 23:36:30 +0800 |
commit | f6f57f20dd2422106bd0c8bbe269616336d6ebb3 (patch) | |
tree | 3aa6aa6c5f5eb86254903e797ab35d65c1c81d07 /science | |
parent | e55e279e6276271170de0ffc1963145634e677f3 (diff) | |
download | freebsd-ports-gnome-f6f57f20dd2422106bd0c8bbe269616336d6ebb3.tar.gz freebsd-ports-gnome-f6f57f20dd2422106bd0c8bbe269616336d6ebb3.tar.zst freebsd-ports-gnome-f6f57f20dd2422106bd0c8bbe269616336d6ebb3.zip |
- Chase math/vtk5 update
Diffstat (limited to 'science')
-rw-r--r-- | science/dtiquery/Makefile | 2 | ||||
-rw-r--r-- | science/dtiquery/files/patch-Makefile.definitions | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/science/dtiquery/Makefile b/science/dtiquery/Makefile index 3cfb045f13a6..c845fea5d7d9 100644 --- a/science/dtiquery/Makefile +++ b/science/dtiquery/Makefile @@ -9,7 +9,7 @@ PORTNAME= dtiquery PORTVERSION= 1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science biology MASTER_SITES= http://graphics.stanford.edu/projects/dti/ diff --git a/science/dtiquery/files/patch-Makefile.definitions b/science/dtiquery/files/patch-Makefile.definitions index 80334a3527fc..0471a7a2b2ba 100644 --- a/science/dtiquery/files/patch-Makefile.definitions +++ b/science/dtiquery/files/patch-Makefile.definitions @@ -15,8 +15,8 @@ -WX_CONFIG_BIN ?= /usr/X11R6/bin/wxgtk2-2.8-config +WX_CONFIG_BIN ?= ${LOCALBASE}/bin/wxgtk2-2.8-config - VTK_INCLUDE_PATHS ?= -I/usr/local/include/vtk-5.0/ - VTK_LIB_PATHS ?= -L/usr/local/lib/vtk-5.0/ + VTK_INCLUDE_PATHS ?= -I/usr/local/include/vtk-5.4/ + VTK_LIB_PATHS ?= -L/usr/local/lib/vtk-5.4/ WX_INCLUDE_PATHS ?= `$(WX_CONFIG_BIN) --cxxflags` WX_LIB_PATHS ?= `$(WX_CONFIG_BIN) --libs` `$(WX_CONFIG_BIN) \ --gl-libs` |