diff options
Diffstat (limited to 'science/dtiquery')
-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` |