diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-23 04:35:49 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-23 04:35:49 +0800 |
commit | d74e8b1be8ad24292ee091abdfd3e513459a4a32 (patch) | |
tree | 75106c3f9dfa3cac67e9b0abda533a9d11505f9e | |
parent | 545e5a056c2cef17ec0bc6e0d657658b6d501e78 (diff) | |
download | marcuscom-ports-d74e8b1be8ad24292ee091abdfd3e513459a4a32.tar marcuscom-ports-d74e8b1be8ad24292ee091abdfd3e513459a4a32.tar.gz marcuscom-ports-d74e8b1be8ad24292ee091abdfd3e513459a4a32.tar.bz2 marcuscom-ports-d74e8b1be8ad24292ee091abdfd3e513459a4a32.tar.lz marcuscom-ports-d74e8b1be8ad24292ee091abdfd3e513459a4a32.tar.xz marcuscom-ports-d74e8b1be8ad24292ee091abdfd3e513459a4a32.tar.zst marcuscom-ports-d74e8b1be8ad24292ee091abdfd3e513459a4a32.zip |
Correct plist for the dvd plugin.
Reported by: killfill on #freebsd-gnome
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6104 df743ca5-7f9a-e211-a948-0013205c9059
-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 ddaed15c1..1c84b35e6 100644 --- a/multimedia/gstreamer-plugins80/Makefile.common +++ b/multimedia/gstreamer-plugins80/Makefile.common @@ -332,7 +332,7 @@ GST_PLUGIN_DIR= ext/dvdnav \ ext/dvdread PLIST_FILES= ${GST_LIB_DIR}/libgstdvdnavsrc.so \ ${GST_LIB_DIR}/libgstdvdnavsrc.a \ - ${GST_LIB_DIR}/libgstdvdnavsrc.ls \ + ${GST_LIB_DIR}/libgstdvdnavsrc.la \ ${GST_LIB_DIR}/libgstdvdreadsrc.a \ ${GST_LIB_DIR}/libgstdvdreadsrc.la \ ${GST_LIB_DIR}/libgstdvdreadsrc.so |