aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/quodlibet/Makefile
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2007-06-07 22:04:25 +0800
committerahze <ahze@FreeBSD.org>2007-06-07 22:04:25 +0800
commit436f2911fb0cc50b92e627f39130de2af3200f4b (patch)
treecf5f5ebaf74793eb656efd6f0e89ac054d36dee9 /multimedia/quodlibet/Makefile
parent03fad85c2dabe1e85dd950891c88845616adcd4c (diff)
downloadfreebsd-ports-gnome-436f2911fb0cc50b92e627f39130de2af3200f4b.tar.gz
freebsd-ports-gnome-436f2911fb0cc50b92e627f39130de2af3200f4b.tar.zst
freebsd-ports-gnome-436f2911fb0cc50b92e627f39130de2af3200f4b.zip
Switch from using mad to mp3 in USE_GSTREAMER
Diffstat (limited to 'multimedia/quodlibet/Makefile')
-rw-r--r--multimedia/quodlibet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/quodlibet/Makefile b/multimedia/quodlibet/Makefile
index 11ccd42feffa..7f5a8e45e518 100644
--- a/multimedia/quodlibet/Makefile
+++ b/multimedia/quodlibet/Makefile
@@ -7,6 +7,7 @@
PORTNAME= quodlibet
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= multimedia audio python gnome
MASTER_SITES= http://www.sacredchao.net/~piman/software/ \
http://www.tortall.net/mirrors/piman-software/
@@ -58,7 +59,7 @@ USE_GSTREAMER+= speex
.endif
.if !defined(WITHOUT_MP3)
-USE_GSTREAMER+= mad
+USE_GSTREAMER+= mp3
.endif
.if !defined(WITHOUT_FLAC)