diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-16 16:26:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-16 16:26:25 +0800 |
commit | 194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00 (patch) | |
tree | 631e17a2b7895241106d33db493284675e581402 /net/httping | |
parent | d00964c5ca301785a1907fb7ee6dff8d7fbdb044 (diff) | |
download | freebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.tar.gz freebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.tar.zst freebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.zip |
Fix some non default LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'net/httping')
-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 58c415cb3cb0..a71ea5744863 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+= fftw3:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= libfftw3.so:${PORTSDIR}/math/fftw3 .else MAKE_ENV+= FW=no .endif |