diff options
author | lx <lx@FreeBSD.org> | 2007-04-10 09:38:28 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2007-04-10 09:38:28 +0800 |
commit | e600889c180170e081fb221098e51bc4d26d2e87 (patch) | |
tree | 5452b01ffa126eb097ce24cd35e31cee6708c2a2 | |
parent | fca422d3d3400e1f433cda7e730a550ef8fbe17e (diff) | |
download | freebsd-ports-gnome-e600889c180170e081fb221098e51bc4d26d2e87.tar.gz freebsd-ports-gnome-e600889c180170e081fb221098e51bc4d26d2e87.tar.zst freebsd-ports-gnome-e600889c180170e081fb221098e51bc4d26d2e87.zip |
Remove dependency on Amarok - moodbar doesn't need it. Also add a mirror
and take maintainership while I'm at it.
Approved by: edwin (mentor)
-rw-r--r-- | audio/gstreamer-plugins-moodbar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gstreamer-plugins-moodbar/Makefile b/audio/gstreamer-plugins-moodbar/Makefile index 23e1583cd1b0..94519f019cab 100644 --- a/audio/gstreamer-plugins-moodbar/Makefile +++ b/audio/gstreamer-plugins-moodbar/Makefile @@ -9,12 +9,12 @@ PORTNAME= gstreamer-plugins-moodbar PORTVERSION= 0.1.2 CATEGORIES= audio MASTER_SITES= http://pwsp.net/~qbob/ + http://redundancy.redundancy.org/mirror/ DISTNAME= moodbar-0.1.2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lx@FreeBSD.org COMMENT= Shows the "moods" of audio tracks in Amarok -RUN_DEPENDS= amarok>=1.4.4:${PORTSDIR}/audio/amarok LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float USE_GSTREAMER= yes good |