diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-23 02:06:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-23 02:06:38 +0800 |
commit | c431f39895c44d833b0cce1543b5aa3fcc208b59 (patch) | |
tree | 9f23bd91bd1471911e7baa3996ab4a88747db785 /Mk | |
parent | 431d530120c55964ff06165eedfecaf9666d0ba3 (diff) | |
download | marcuscom-ports-c431f39895c44d833b0cce1543b5aa3fcc208b59.tar.gz marcuscom-ports-c431f39895c44d833b0cce1543b5aa3fcc208b59.tar.zst marcuscom-ports-c431f39895c44d833b0cce1543b5aa3fcc208b59.zip |
s/polypaudio/polyp/g
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6101 df743ca5-7f9a-e211-a948-0013205c9059
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 6e795159d..13a6e7188 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -7,7 +7,7 @@ # Date: 4 Oct 2004 # # $FreeBSD$ -# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.21 2006/01/23 23:25:22 marcus Exp $ +# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.22 2006/02/01 23:26:53 ahze Exp $ .if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include) @@ -72,7 +72,7 @@ _USE_GSTREAMER80_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 OTHER_GSTREAMER_PLUGINS+= core yes @@ -133,7 +133,7 @@ nas_DEPENDS= audio/gstreamer-plugins-nas ogg_DEPENDS= audio/gstreamer-plugins-ogg -polypaudio_DEPENDS= audio/gstreamer-plugins-polypaudio +polyp_DEPENDS= audio/gstreamer-plugins-polyp shout_DEPENDS= audio/gstreamer-plugins-shout |