diff options
Diffstat (limited to 'science/orthanc-dicomweb/Makefile')
-rw-r--r-- | science/orthanc-dicomweb/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/science/orthanc-dicomweb/Makefile b/science/orthanc-dicomweb/Makefile index 2d5ac1d56fa7..8b38b4f4b257 100644 --- a/science/orthanc-dicomweb/Makefile +++ b/science/orthanc-dicomweb/Makefile @@ -14,18 +14,18 @@ COMMENT= WADO and DICOMweb support for Orthanc LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCPlugin.h:${PORTSDIR}/science/orthanc \ - gtest-config:${PORTSDIR}/devel/googletest -LIB_DEPENDS= libgdcmCommon.so:${PORTSDIR}/devel/gdcm \ - libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ - libboost_thread.so:${PORTSDIR}/devel/boost-libs \ - libboost_system.so:${PORTSDIR}/devel/boost-libs \ - libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ - libboost_regex.so:${PORTSDIR}/devel/boost-libs \ - libboost_locale.so:${PORTSDIR}/devel/boost-libs \ - libjsoncpp.so:${PORTSDIR}/devel/jsoncpp \ - libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ - libpugixml.so:${PORTSDIR}/textproc/pugixml +BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCPlugin.h:science/orthanc \ + gtest-config:devel/googletest +LIB_DEPENDS= libgdcmCommon.so:devel/gdcm \ + libboost_filesystem.so:devel/boost-libs \ + libboost_thread.so:devel/boost-libs \ + libboost_system.so:devel/boost-libs \ + libboost_date_time.so:devel/boost-libs \ + libboost_regex.so:devel/boost-libs \ + libboost_locale.so:devel/boost-libs \ + libjsoncpp.so:devel/jsoncpp \ + libuuid.so:misc/e2fsprogs-libuuid \ + libpugixml.so:textproc/pugixml CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |