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:
parent
8bb53d44ca
commit
9951869498
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190596
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user