diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 16:26:25 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 16:26:25 +0800 |
commit | d22728a7e856c5c9ae691125736d656a2c1163ad (patch) | |
tree | 631e17a2b7895241106d33db493284675e581402 /net/httping | |
parent | f329319eb51eb2930a53eb96f5f2932c737a71b8 (diff) | |
download | freebsd-ports-gnome-d22728a7e856c5c9ae691125736d656a2c1163ad.tar.gz freebsd-ports-gnome-d22728a7e856c5c9ae691125736d656a2c1163ad.tar.zst freebsd-ports-gnome-d22728a7e856c5c9ae691125736d656a2c1163ad.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 |