diff options
author | ahze <ahze@FreeBSD.org> | 2007-06-07 22:04:25 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-06-07 22:04:25 +0800 |
commit | 436f2911fb0cc50b92e627f39130de2af3200f4b (patch) | |
tree | cf5f5ebaf74793eb656efd6f0e89ac054d36dee9 /audio/rhythmbox | |
parent | 03fad85c2dabe1e85dd950891c88845616adcd4c (diff) | |
download | freebsd-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 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index aa451e5b0e8c..92616f17a48b 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -8,6 +8,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 @@ -31,7 +32,7 @@ INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner WANT_GNOME= yes -USE_GSTREAMER= flac mad gnomevfs gconf jpeg +USE_GSTREAMER= flac mp3 gnomevfs gconf jpeg USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-nautilus-menu --with-playback=gstreamer-0-10 INSTALLS_ICONS= yes |