summaryrefslogtreecommitdiff
path: root/graphics/code-eli
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/code-eli
parentRemove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff)
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/code-eli')
-rw-r--r--graphics/code-eli/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/code-eli/Makefile b/graphics/code-eli/Makefile
index a7795b9e99e7..580f0a340acf 100644
--- a/graphics/code-eli/Makefile
+++ b/graphics/code-eli/Makefile
@@ -11,7 +11,7 @@ COMMENT= Library with functionalities for geometries
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BUILD_DEPENDS= eigen>3:${PORTSDIR}/math/eigen3
+BUILD_DEPENDS= eigen>3:math/eigen3
USE_GITHUB= yes
GH_PROJECT= Code-Eli
@@ -28,8 +28,8 @@ VSPPOD_DIR= vsp_pod
# Build options
OPTIONS_DEFINE= DOCS EXAMPLES
-EXAMPLES_LIB_DEPENDS= libcpptest.so:${PORTSDIR}/devel/cpptest
-DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
+EXAMPLES_LIB_DEPENDS= libcpptest.so:devel/cpptest
+DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen
DOCS_ALL_TARGET= doc
# The code uses std::cbrt(). Even if one passes some additional macros for