1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Fix dependency on fftw3.

PR:		ports/111987
Submitted by:	Carl Johan Gustavsson <cjg@bsdmail.org>
Reviewed by:	lx
Approved by:	edwin (mentor)
This commit is contained in:
David Thiel 2007-04-21 20:16:48 +00:00
parent 8bb53d44ca
commit 9951869498
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190596

View File

@ -15,9 +15,8 @@ DISTNAME= moodbar-0.1.2
MAINTAINER= lx@FreeBSD.org
COMMENT= Shows the "moods" of audio tracks in Amarok
LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float
BROKEN= Does not compile
LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \
fftw3:${PORTSDIR}/math/fftw3
USE_GSTREAMER= yes good
USE_GMAKE= yes
@ -31,7 +30,7 @@ OPTIONS= MP3 "mp3 files support" on \
MUSEPACK "musepack files support" off \
WMA "wma files support" off
CONFIGURE_ARGS+=--with-plugindir=${PREFIX}/lib/gstreamer-${GST_VERSION}
CONFIGURE_ARGS+= --with-plugindir=${PREFIX}/lib/gstreamer-${GST_VERSION}
PLIST_SUB+= VERSION="${GST_VERSION}"
.include <bsd.port.pre.mk>