diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-20 12:02:07 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-20 12:02:07 +0000 |
commit | 73a2d70934144e0597ca6a667908f5304f959009 (patch) | |
tree | f214fd97b3e397fb90830db2b455ad9033c3e640 /science/orthanc | |
parent | bf55d31cb050e24a148fe16f79ccba943b19fd34 (diff) | |
download | ports-73a2d70934144e0597ca6a667908f5304f959009.tar.gz ports-73a2d70934144e0597ca6a667908f5304f959009.zip |
Notes
Diffstat (limited to 'science/orthanc')
-rw-r--r-- | science/orthanc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/orthanc/Makefile b/science/orthanc/Makefile index 6b73f04ddc09..1e27dc93f09f 100644 --- a/science/orthanc/Makefile +++ b/science/orthanc/Makefile @@ -35,7 +35,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libgtest.so:devel/googletest \ libpugixml.so:textproc/pugixml -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= fails to configure: CMake: Looking for C++ include pugixml.hpp - not found CMAKE_ARGS= -DDCMTK_LIBRARIES="dcmdsig;charls;dcmjpls" \ -DDCMTK_DIR="${LOCALBASE}" \ |