diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-01 19:45:24 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-01 19:45:24 +0000 |
commit | 92ac0f0a2ffd2c0836e213def08fa845f78c4398 (patch) | |
tree | d063a5e3c7abea802afca84b588cb51e47ac9485 /math | |
parent | 99413a7aaa017886caa42dd8de0d8cd2fcbb7c39 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/vtk43-headers/Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 240ca765413b..a4ae34bbb2cb 100644 --- a/math/Makefile +++ b/math/Makefile @@ -349,6 +349,7 @@ SUBDIR += unixstat SUBDIR += vtk SUBDIR += vtk43 + SUBDIR += vtk43-headers SUBDIR += vtk-data SUBDIR += vtk-examples SUBDIR += vtk-headers diff --git a/math/vtk43-headers/Makefile b/math/vtk43-headers/Makefile index 55dd337219b0..61828ed7fd06 100644 --- a/math/vtk43-headers/Makefile +++ b/math/vtk43-headers/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +PORTEPOCH= 1 + PKGNAMESUFFIX= -headers COMMENT= The Visualization Toolkit C++ headers, CMake includes, Doxygen |