diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-20 23:04:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-20 23:04:27 +0000 |
commit | 4dd7c638733037ddf167e5cd7462ed8da74d5dce (patch) | |
tree | cb71a4dcb1b0ff381754d4455fddd573860b9b72 /audio/aacplusenc | |
parent | 7803f4abd1ec2a0539a61d2e2f3f3abc8f9a3688 (diff) | |
download | ports-4dd7c638733037ddf167e5cd7462ed8da74d5dce.tar.gz ports-4dd7c638733037ddf167e5cd7462ed8da74d5dce.zip |
- Throw in fftw3(-default), it's the one that installs all the headers
Reported by: pointyhat
Pointy hat to: pav
Notes
Notes:
svn path=/head/; revision=204234
Diffstat (limited to 'audio/aacplusenc')
-rw-r--r-- | audio/aacplusenc/Makefile | 3 |
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 |