From 72ea7e696b763bdbcef04fdbccc122c0364fa567 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 1 Apr 2016 14:33:55 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z. With hat: portmgr Sponsored by: Absolight --- x11-toolkits/vtkfox/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11-toolkits/vtkfox') 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 .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 -- cgit v1.2.3