summaryrefslogtreecommitdiff
path: root/x11-toolkits/vtkfox
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /x11-toolkits/vtkfox
parent- Update to 1.2.2 (diff)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'x11-toolkits/vtkfox')
-rw-r--r--x11-toolkits/vtkfox/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/vtkfox/Makefile b/x11-toolkits/vtkfox/Makefile
index 74aa1de6b7c2..77bcf9d929e1 100644
--- a/x11-toolkits/vtkfox/Makefile
+++ b/x11-toolkits/vtkfox/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.gahr.ch/vtkfox/
MAINTAINER= ports@FreeBSD.org
COMMENT= FOX/VTK Widget and Interactor
-LIB_DEPENDS= libvtkCommon.so.5:${PORTSDIR}/math/vtk5
+LIB_DEPENDS= libvtkCommon.so.5:math/vtk5
OPTIONS_DEFINE= EXAMPLES
OPTIONS_SINGLE= FOX
@@ -24,12 +24,12 @@ GH_ACCOUNT= gahr
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFOX16}
-LIB_DEPENDS+= libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16
+LIB_DEPENDS+= libFOX-1.6.so:x11-toolkits/fox16
CMAKE_ARGS+= -DFOX17:BOOL=FALSE
.endif
.if ${PORT_OPTIONS:MFOX17}
-LIB_DEPENDS+= libFOX-1.7.so:${PORTSDIR}/x11-toolkits/fox17
+LIB_DEPENDS+= libFOX-1.7.so:x11-toolkits/fox17
CMAKE_ARGS+= -DFOX17:BOOL=TRUE
.endif