diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-23 02:12:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-23 02:12:20 +0800 |
commit | 9b82b0967ab25b0f708d1f1d5a11b1b89cb3f529 (patch) | |
tree | c0567819194269e11e0039ff3146f814b87c6af5 /Mk | |
parent | 70f71b017353c628c0ce751b19908d798ae84b93 (diff) | |
download | freebsd-ports-gnome-9b82b0967ab25b0f708d1f1d5a11b1b89cb3f529.tar.gz freebsd-ports-gnome-9b82b0967ab25b0f708d1f1d5a11b1b89cb3f529.tar.zst freebsd-ports-gnome-9b82b0967ab25b0f708d1f1d5a11b1b89cb3f529.zip |
Rename the gstreamer-plugin from polypaudio to polyp.
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 |