diff options
Diffstat (limited to 'net/httping/Makefile')
-rw-r--r-- | net/httping/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/httping/Makefile b/net/httping/Makefile index 7e2246539ab6..3927c810b53f 100644 --- a/net/httping/Makefile +++ b/net/httping/Makefile @@ -33,7 +33,7 @@ MAKE_ENV+= NC=no .if ${PORT_OPTIONS:MFFTW} MAKE_ENV+= FW=yes -LIB_DEPENDS+= libfftw3.so:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= libfftw3.so:math/fftw3 .else MAKE_ENV+= FW=no .endif |