aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/aacplusenc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/aacplusenc/Makefile b/audio/aacplusenc/Makefile
index 017bd756d1ac..aaa99a391af9 100644
--- a/audio/aacplusenc/Makefile
+++ b/audio/aacplusenc/Makefile
@@ -26,7 +26,8 @@ PLIST_FILES= bin/aacplusenc
.if defined(WITHOUT_FFTW3)
MAKE_ARGS+= NOFFTW3=1
.else
-LIB_DEPENDS+= fftw3f.4:${PORTSDIR}/math/fftw3-float
+LIB_DEPENDS+= fftw3f.4:${PORTSDIR}/math/fftw3-float \
+ fftw3.4:${PORTSDIR}/math/fftw3
CFLAGS+= -I${LOCALBASE}/include
.endif