summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-04-03 15:36:30 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-04-03 15:36:30 +0000
commit2a9788b2af9dc2e7c4609845acc6c11a5082bb6b (patch)
tree6ce3045745ec562147aedf5233be4f7236d73a2d /science
parent- Update to 5.4.2 (diff)
- Chase math/vtk5 update
Notes
Notes: svn path=/head/; revision=252132
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`