summaryrefslogtreecommitdiff
path: root/science/orthanc-webviewer
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-webviewer
parentRemove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. (diff)
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-webviewer')
-rw-r--r--science/orthanc-webviewer/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/science/orthanc-webviewer/Makefile b/science/orthanc-webviewer/Makefile
index 4fdc75610ef8..27d7be8c8e97 100644
--- a/science/orthanc-webviewer/Makefile
+++ b/science/orthanc-webviewer/Makefile
@@ -20,15 +20,15 @@ COMMENT= Web viewer plugin 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_system.so:${PORTSDIR}/devel/boost-libs \
- libboost_thread.so:${PORTSDIR}/devel/boost-libs \
- libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
- libjsoncpp.so:${PORTSDIR}/devel/jsoncpp \
- libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
- libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
+BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCPlugin.h:science/orthanc \
+ gtest-config:devel/googletest
+LIB_DEPENDS= libgdcmCommon.so:devel/gdcm \
+ libboost_system.so:devel/boost-libs \
+ libboost_thread.so:devel/boost-libs \
+ libboost_filesystem.so:devel/boost-libs \
+ libjsoncpp.so:devel/jsoncpp \
+ libsqlite3.so:databases/sqlite3 \
+ libuuid.so:misc/e2fsprogs-libuuid
CXXFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib