From c60c1d09235abbfd733e901b1872b86adc82027c Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 1 Apr 2016 14:16:16 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. With hat: portmgr Sponsored by: Absolight --- math/sfft/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/sfft') diff --git a/math/sfft/Makefile b/math/sfft/Makefile index c60a0db11d36..5398706b1753 100644 --- a/math/sfft/Makefile +++ b/math/sfft/Makefile @@ -14,7 +14,7 @@ COMMENT= Optimized Sparse Fast Fourier Transform LICENSE= GPLv2 -LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= libfftw3.so:math/fftw3 USES= uidfix zip USE_GCC= yes @@ -49,7 +49,7 @@ appropriately LIBM= -lm .if ${OSVERSION} < 1000034 -LIB_DEPENDS+= libmissing.so:${PORTSDIR}/math/libmissing +LIB_DEPENDS+= libmissing.so:math/libmissing LIBM+= -lmissing .endif -- cgit