git: 795659cacf1d - main - science/orthanc: add changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Feb 2025 19:04:31 UTC
The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=795659cacf1d39df47e6f6b9bcd3ba804a1d4069 commit 795659cacf1d39df47e6f6b9bcd3ba804a1d4069 Author: Matthew D. Fuller <fullermd@over-yonder.net> AuthorDate: 2025-02-16 19:03:08 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2025-02-16 19:03:08 +0000 science/orthanc: add changes - move the comment line to the CMAKE_ARGS line - change absolut path to LOCALBASE PR: 284125 Reported by: vvd, fullermd@over-yonder.net --- science/orthanc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/science/orthanc/Makefile b/science/orthanc/Makefile index e9d47eca5359..6885fad2743e 100644 --- a/science/orthanc/Makefile +++ b/science/orthanc/Makefile @@ -32,14 +32,14 @@ USE_LDCONFIG= yes USE_RC_SUBR= orthanc -CMAKE_ARGS= -DDCMTK_DICTIONARY_DIR:STRING=/usr/local/share/dcmtk-3.6.9 +# Keep in sync with graphics/dcmtk version +CMAKE_ARGS= -DDCMTK_DICTIONARY_DIR:STRING=${LOCALBASE}/share/dcmtk-3.6.9 CMAKE_ON= USE_SYSTEM_BOOST USE_SYSTEM_CIVETWEB USE_SYSTEM_DCMTK \ USE_SYSTEM_GOOGLE_TEST USE_SYSTEM_JSONCPP USE_SYSTEM_LIBICONV \ USE_SYSTEM_LIBJPEG USE_SYSTEM_LIBPNG USE_SYSTEM_LUA \ USE_SYSTEM_OPENSSL USE_SYSTEM_PUGIXML USE_SYSTEM_SQLITE \ USE_SYSTEM_UUID USE_SYSTEM_ZLIB CMAKE_OFF= BUILD_CONNECTIVITY_CHECKS UNIT_TESTS_WITH_HTTP_CONNEXIONS -# Keep in sync with graphics/dcmtk version CMAKE_SOURCE_PATH= ${WRKSRC}/OrthancServer CFLAGS+= -DNDEBUG