aboutsummaryrefslogtreecommitdiffstats
path: root/cad/netgen
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 21:29:15 +0800
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 21:29:15 +0800
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /cad/netgen
parent630b8bcb8b62c77a87ea9d6bfa87a312a9d89555 (diff)
downloadfreebsd-ports-gnome-7f4572eae4327c4403d9ef714cb6de917650662a.tar.gz
freebsd-ports-gnome-7f4572eae4327c4403d9ef714cb6de917650662a.tar.zst
freebsd-ports-gnome-7f4572eae4327c4403d9ef714cb6de917650662a.zip
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'cad/netgen')
-rw-r--r--cad/netgen/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile
index 24080ba43a3d..563b724fd132 100644
--- a/cad/netgen/Makefile
+++ b/cad/netgen/Makefile
@@ -9,8 +9,8 @@ MASTER_SITES= SF/netgen-mesher/netgen-mesher/${PORTVERSION:C|\.[[:digit:]]+$||}/
MAINTAINER= stephen@FreeBSD.org
COMMENT= Automatic 3D tetrahedral mesh generator
-LIB_DEPENDS= libTix8.4.3.so:${PORTSDIR}/x11-toolkits/tix \
- libtogl.so:${PORTSDIR}/graphics/togl
+LIB_DEPENDS= libTix8.4.3.so:x11-toolkits/tix \
+ libtogl.so:graphics/togl
OCC_BROKEN= Does not compile because of issues with cad/opencascade
@@ -33,11 +33,11 @@ OPTIONS_DEFAULT= # OCC
BROKEN_sparc64= internal gcc error (Bug 23159)
-OCC_LIB_DEPENDS= libTKernel.so:${PORTSDIR}/cad/opencascade
+OCC_LIB_DEPENDS= libTKernel.so:cad/opencascade
OCC_CXXFLAGS= -DOCCGEOMETRY -DHAVE_CONFIG_H -D${ARCH} -I${LOCALBASE}/include/OpenCASCADE
OCC_CONFIGURE_ON= --enable-occ
-FFMPEG_LIB_DEPENDS= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0
+FFMPEG_LIB_DEPENDS= libavcodec0.so:multimedia/ffmpeg0
FFMPEG_CONFIGURE_ON= --enable-ffmpeg
MACHINE= ${OPSYS:tu}