diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-07 02:57:34 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-07 02:57:34 +0000 |
commit | 8d9120adf25bf511745cb6868170808e61090d04 (patch) | |
tree | 069fca42adaf2f57f14b90bcf950addb620f71e5 /multimedia/gstreamer-plugins80 | |
parent | bf02dd77135eab1f1ae5077d473a4c9be48ffc13 (diff) | |
download | ports-8d9120adf25bf511745cb6868170808e61090d04.tar.gz ports-8d9120adf25bf511745cb6868170808e61090d04.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index c92d6d1af630..6b0a6b02c789 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -407,7 +407,7 @@ LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile # theora .if ${GST_PLUGIN}=="theora" -LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora +LIB_DEPENDS+= theora.2:${PORTSDIR}/multimedia/libtheora .endif # mad |