diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-06-07 14:04:25 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-06-07 14:04:25 +0000 |
commit | 794f096bf9bd73aab6d500a04feda040ab8029c8 (patch) | |
tree | 8bd506e71c6e6bac8cc09be08e242acdcf4a58eb /multimedia/quodlibet/Makefile | |
parent | eb4975532fd8fe8d6af635097f3ece18fe8afc0f (diff) | |
download | ports-794f096bf9bd73aab6d500a04feda040ab8029c8.tar.gz ports-794f096bf9bd73aab6d500a04feda040ab8029c8.zip |
Notes
Diffstat (limited to 'multimedia/quodlibet/Makefile')
-rw-r--r-- | multimedia/quodlibet/Makefile | 3 |
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) |