aboutsummaryrefslogtreecommitdiff
path: root/cad/meshlab
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /cad/meshlab
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadports-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
ports-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'cad/meshlab')
-rw-r--r--cad/meshlab/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/meshlab/Makefile b/cad/meshlab/Makefile
index 132b9b6f6b47..36918666e9e6 100644
--- a/cad/meshlab/Makefile
+++ b/cad/meshlab/Makefile
@@ -13,9 +13,9 @@ COMMENT= 3D triangular meshes processing and editing tool
LICENSE= GPLv2
-EXTRACT_DEPENDS=gtar:${PORTSDIR}/archivers/gtar
-LIB_DEPENDS= libQtSolutions_SOAP-head.so:${PORTSDIR}/devel/qt4-qtsolutions-soap \
- libmpir.so:${PORTSDIR}/math/mpir
+EXTRACT_DEPENDS=gtar:archivers/gtar
+LIB_DEPENDS= libQtSolutions_SOAP-head.so:devel/qt4-qtsolutions-soap \
+ libmpir.so:math/mpir
USES= dos2unix qmake compiler:c++11-lib tar:tgz
USE_CXXSTD= c++11