diff options
author | kris <kris@FreeBSD.org> | 2007-01-30 04:25:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-30 04:25:35 +0000 |
commit | 7b69d793d17614fc7c023575f907ec7cc9ea6205 (patch) | |
tree | af5088e0cfd37ea500df60dd689c80139b6a2d82 /science/InsightToolkit | |
parent | 1bf0843d96d8b63a3718d8e334628e81bd557cad (diff) | |
download | FreeBSD-ports-7b69d793d17614fc7c023575f907ec7cc9ea6205.zip FreeBSD-ports-7b69d793d17614fc7c023575f907ec7cc9ea6205.tar.gz |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Diffstat (limited to 'science/InsightToolkit')
-rw-r--r-- | science/InsightToolkit/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/science/InsightToolkit/Makefile b/science/InsightToolkit/Makefile index f7001f3..b863dcb 100644 --- a/science/InsightToolkit/Makefile +++ b/science/InsightToolkit/Makefile @@ -20,7 +20,6 @@ OPTIONS= EXAMPLES "Build examples (very time consuming)" off \ TESTING "Build testing programs (very time consuming)" off USE_LDCONFIG= ${PREFIX}/lib/InsightToolkit -NO_FILTER_SHLIBS= yes NO_PACKAGE= License does not allow redistribution of binaries BUILD_WRKSRC= ${WRKSRC}/Build INSTALL_WRKSRC= ${BUILD_WRKSRC} |