From 4e1b79a0a61f4973df8b4b0864d22086c769e219 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 1 Apr 2016 14:00:51 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. With hat: portmgr Sponsored by: Absolight --- graphics/opensubdiv/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics/opensubdiv') 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 .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 -- cgit v1.2.3