aboutsummaryrefslogtreecommitdiff
path: root/graphics/openshadinglanguage
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/openshadinglanguage
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412346
Diffstat (limited to 'graphics/openshadinglanguage')
-rw-r--r--graphics/openshadinglanguage/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile
index 512d3453a173..89c8a4aa253b 100644
--- a/graphics/openshadinglanguage/Makefile
+++ b/graphics/openshadinglanguage/Makefile
@@ -11,12 +11,12 @@ COMMENT= Advanced shading language for production GI renderers
LICENSE= BSD3CLAUSE
-BUILD_DEPENDS= llvm-config34:${PORTSDIR}/devel/llvm34 \
- clang34>=3.4_1:${PORTSDIR}/lang/clang34
-LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
- libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
- libOpenImageIO.so:${PORTSDIR}/graphics/openimageio
-RUN_DEPENDS= llvm-config34:${PORTSDIR}/devel/llvm34
+BUILD_DEPENDS= llvm-config34:devel/llvm34 \
+ clang34>=3.4_1:lang/clang34
+LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
+ libIlmImf.so:graphics/OpenEXR \
+ libOpenImageIO.so:graphics/openimageio
+RUN_DEPENDS= llvm-config34:devel/llvm34
USE_GITHUB= yes
GH_ACCOUNT= imageworks
@@ -34,7 +34,7 @@ USE_GCC= yes
.endif
.if ${OSVERSION} < 1000033
-BUILD_DEPENDS+= flex>=2.5.37:${PORTSDIR}/textproc/flex
+BUILD_DEPENDS+= flex>=2.5.37:textproc/flex
CMAKE_ARGS+= -DFLEX_EXECUTABLE:STRING=${LOCALBASE}/bin/flex
CXXFLAGS+= -I${LOCALBASE}/include/flex
.endif