aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2010-04-03 23:36:30 +0800
committergahr <gahr@FreeBSD.org>2010-04-03 23:36:30 +0800
commitf6f57f20dd2422106bd0c8bbe269616336d6ebb3 (patch)
tree3aa6aa6c5f5eb86254903e797ab35d65c1c81d07 /science
parente55e279e6276271170de0ffc1963145634e677f3 (diff)
downloadfreebsd-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/Makefile2
-rw-r--r--science/dtiquery/files/patch-Makefile.definitions4
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`