aboutsummaryrefslogtreecommitdiff
path: root/graphics/opensubdiv
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/opensubdiv
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Notes
Diffstat (limited to 'graphics/opensubdiv')
-rw-r--r--graphics/opensubdiv/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/opensubdiv/Makefile b/graphics/opensubdiv/Makefile
index 3998c76a72eb..2afa7834ad0c 100644
--- a/graphics/opensubdiv/Makefile
+++ b/graphics/opensubdiv/Makefile
@@ -11,7 +11,7 @@ COMMENT= High performance subdivision surface libraries
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BUILD_DEPENDS= ${LOCALBASE}/include/GLFW/glfw3.h:${PORTSDIR}/graphics/glfw
+BUILD_DEPENDS= ${LOCALBASE}/include/GLFW/glfw3.h:graphics/glfw
USE_GITHUB= yes
GH_ACCOUNT= PixarAnimationStudios
@@ -41,9 +41,9 @@ PLIST_SUB+= OPENMP="@comment "
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \
- python2:${PORTSDIR}/lang/python2 \
- rst2html:${PORTSDIR}/textproc/py-docutils
+BUILD_DEPENDS+= doxygen:devel/doxygen \
+ python2:lang/python2 \
+ rst2html:textproc/py-docutils
.else
CMAKE_ARGS+= -DNO_DOC:BOOL=ON
.endif