diff options
author | kwm <kwm@FreeBSD.org> | 2005-01-13 22:25:34 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-01-13 22:25:34 +0000 |
commit | e8507b323aff2123b74925f2145ad30c1f001184 (patch) | |
tree | ff4a20a2ac39b2df0a9b44bdaf6dffef4da067ab /multimedia/libxine | |
parent | c799c99fa0e2041fadcfd5e068a49225cec94802 (diff) | |
download | FreeBSD-ports-e8507b323aff2123b74925f2145ad30c1f001184.zip FreeBSD-ports-e8507b323aff2123b74925f2145ad30c1f001184.tar.gz |
Realy chase the shlib lib of theora.
I see a nice pile of pointyhats in the future.
Submitted by: Stephane E. Potvin <sepotvin AT videotron dot ca>
Diffstat (limited to 'multimedia/libxine')
-rw-r--r-- | multimedia/libxine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index ecf8e52..47fbf24 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -111,7 +111,7 @@ PLIST_SUB+= WITH_XVMC="@comment " .endif .if exists(${LOCALBASE}/lib/libtheora.so.1) || defined (WITH_LIBTHEORA) -LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora +LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora PLIST_SUB+= WITH_LIBTHEORA="" .else PLIST_SUB+= WITH_LIBTHEORA="@comment " |