aboutsummaryrefslogtreecommitdiffstats
path: root/net/httping
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 16:26:25 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 16:26:25 +0800
commitd22728a7e856c5c9ae691125736d656a2c1163ad (patch)
tree631e17a2b7895241106d33db493284675e581402 /net/httping
parentf329319eb51eb2930a53eb96f5f2932c737a71b8 (diff)
downloadfreebsd-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/Makefile2
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