1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Throw in fftw3(-default), it's the one that installs all the headers

Reported by:	pointyhat
Pointy hat to:	pav
This commit is contained in:
Pav Lucistnik 2007-12-20 23:04:27 +00:00
parent 7803f4abd1
commit 4dd7c63873
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204234

View File

@ -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