diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-14 03:29:46 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-14 03:29:46 +0800 |
commit | 9f5c38cf283ea94dfffc130bc9d9ef9dc370f60b (patch) | |
tree | 80eb62e30723c73e8342a0dd28f97a7fa3b100aa /multimedia/gstreamer-plugins80 | |
parent | 2c5c9b29a693c59bc31a65a2d930f10dde6248e9 (diff) | |
download | marcuscom-ports-9f5c38cf283ea94dfffc130bc9d9ef9dc370f60b.tar marcuscom-ports-9f5c38cf283ea94dfffc130bc9d9ef9dc370f60b.tar.gz marcuscom-ports-9f5c38cf283ea94dfffc130bc9d9ef9dc370f60b.tar.bz2 marcuscom-ports-9f5c38cf283ea94dfffc130bc9d9ef9dc370f60b.tar.lz marcuscom-ports-9f5c38cf283ea94dfffc130bc9d9ef9dc370f60b.tar.xz marcuscom-ports-9f5c38cf283ea94dfffc130bc9d9ef9dc370f60b.tar.zst marcuscom-ports-9f5c38cf283ea94dfffc130bc9d9ef9dc370f60b.zip |
chase shlib dump and new location in the tree of libtheora
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3427 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common index c40d8b09b..16d9df3e3 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -276,12 +276,13 @@ LIB_DEPENDS+= fame-0.9.1:${PORTSDIR}/multimedia/libfame # libmms .if ${GST_PLUGIN}=="libmng" LIB_DEPENDS+= mms.0:${PORTSDIR}/multimedia/libmms +PLIST_FILES= ${GST_LIB_DIR}/libgstmms.so .endif # libmng .if ${GST_PLUGIN}=="libmng" LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng -#PLIST_FILES= ${GST_LIB_DIR}/libgstmng.so +PLIST_FILES= ${GST_LIB_DIR}/libgstmng.so .endif # mikmod @@ -323,7 +324,7 @@ LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile # theora .if ${GST_PLUGIN}=="theora" -LIB_DEPENDS+= theora.0:${PORTSDIR}/graphics/libtheora +LIB_DEPENDS+= theora.1:${PORTSDIR}/multimedia/libtheora .endif # mad |