aboutsummaryrefslogtreecommitdiff
path: root/science/orthanc-dicomweb
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
commit597afc47baba19000afd8ec4880a2c47975b0367 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /science/orthanc-dicomweb
parent8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff)
downloadports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz
ports-597afc47baba19000afd8ec4880a2c47975b0367.zip
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412349
Diffstat (limited to 'science/orthanc-dicomweb')
-rw-r--r--science/orthanc-dicomweb/Makefile24
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