diff options
author | David Thiel <lx@FreeBSD.org> | 2007-04-21 20:16:48 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2007-04-21 20:16:48 +0000 |
commit | 9951869498f8d7ef0d6cdecafad65c7c118bed91 (patch) | |
tree | b31d99365d9270d3c7f788a777aa200704089a8c /audio/gstreamer-plugins-moodbar | |
parent | 8bb53d44caf6b2d60f0fbcda08182c032dd18972 (diff) |
Notes
Diffstat (limited to 'audio/gstreamer-plugins-moodbar')
-rw-r--r-- | audio/gstreamer-plugins-moodbar/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/gstreamer-plugins-moodbar/Makefile b/audio/gstreamer-plugins-moodbar/Makefile index 568c3e42a812..304c9eade876 100644 --- a/audio/gstreamer-plugins-moodbar/Makefile +++ b/audio/gstreamer-plugins-moodbar/Makefile @@ -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> |