diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-06-03 15:43:17 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-06-03 15:43:17 +0000 |
commit | d352aaa0928fc0052f6598a761d430ffc1c50aac (patch) | |
tree | b15f75fb87f6ccb1616fb6885b53c9d7c36b476b /audio/amarok | |
parent | - Update to 0.96.b6 (diff) |
- amaroK only works with gstreamer-0.80
Notes
Notes:
svn path=/head/; revision=164300
Diffstat (limited to 'audio/amarok')
-rw-r--r-- | audio/amarok/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index a06e122195e3..6283bd12380e 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -47,7 +47,7 @@ PLIST_SUB+= ARTS="" CONFIGURE_ARGS+=--without-gstreamer PLIST_SUB+= GSTREAMER="@comment " .else -USE_GSTREAMER+= mad vorbis flac musepack artsd +USE_GSTREAMER80+= mad vorbis flac musepack artsd PLIST_SUB+= GSTREAMER="" .endif |