diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-07 10:57:34 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-07 10:57:34 +0800 |
commit | a4fc62f81e5b4865d1880eae5796b9f2459ba72d (patch) | |
tree | e3e9ef4dfa32b78235d1be6b4c54dc303657d4e0 /multimedia/gstreamer-plugins80 | |
parent | b6cf8a9699d0397e6750737f567e9d1d1fa0f230 (diff) | |
download | freebsd-ports-graphics-a4fc62f81e5b4865d1880eae5796b9f2459ba72d.tar.gz freebsd-ports-graphics-a4fc62f81e5b4865d1880eae5796b9f2459ba72d.tar.zst freebsd-ports-graphics-a4fc62f81e5b4865d1880eae5796b9f2459ba72d.zip |
- Update PORTREVISION and libtheora version reflecting multimedia/libtheora update.
- portlint(1) while here
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 c92d6d1af63..6b0a6b02c78 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 |