diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-11-02 03:45:24 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-11-02 03:45:24 +0800 |
commit | f5d5c5e3cd49b5ac9f03dd50070c65611ed5c884 (patch) | |
tree | 4fcae9c79722a638c63cd6f1b8a3836cf4f16d37 /math | |
parent | 77b4ed41666f7af056439fc6a4b6dd1900a94c0a (diff) | |
download | freebsd-ports-gnome-f5d5c5e3cd49b5ac9f03dd50070c65611ed5c884.tar.gz freebsd-ports-gnome-f5d5c5e3cd49b5ac9f03dd50070c65611ed5c884.tar.zst freebsd-ports-gnome-f5d5c5e3cd49b5ac9f03dd50070c65611ed5c884.zip |
- Add math/vtk43-headers to CVSROOT/modules.
- Add math/vtk-headers to math/Makefile.
- Bump PORTEPOCH [1].
Reported by: erwin [1]
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 |