diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-22 18:12:20 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-22 18:12:20 +0000 |
commit | 800f2c28e879cf75691ff1cf91f8a7034da548db (patch) | |
tree | 0eb397f2f506328e70764ed6ce9e6656358cc6b9 /Mk | |
parent | f4ed316df71b5dc786c6a77ddb4e113c873aee9b (diff) | |
download | ports-800f2c28e879cf75691ff1cf91f8a7034da548db.tar.gz ports-800f2c28e879cf75691ff1cf91f8a7034da548db.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gstreamer.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index 8c86ca5710a6..b8a37aca8de8 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -58,7 +58,7 @@ _USE_GSTREAMER_ALL= a52dec aalib artsd audiofile cairo cdaudio cdio cdparanoia \ jpeg-mmx ladspa lame libcaca libfame libmms libmng \ libpng libvisual mad mikmod mpeg2dec mpeg2enc mplex \ musepack musicbrainz nas sdl shout shout2 sidplay \ - smoothwave sndfile speex theora ogg pango polypaudio \ + smoothwave sndfile speex theora ogg pango polyp \ swfdec vorbis wavpack x264 xvid # other plugins @@ -123,8 +123,8 @@ nas_PLIST= libgstnassink ogg_DEPENDS= audio/gstreamer-plugins-ogg -polypaudio_DEPENDS= audio/gstreamer-plugins-polyp -polypaudio_PLIST= libpolypaudio +polyp_DEPENDS= audio/gstreamer-plugins-polyp +polyp_PLIST= libpolypaudio shout_DEPENDS= audio/gstreamer-plugins-shout |