summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-23 02:38:44 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-23 02:38:44 +0800
commit545e5a056c2cef17ec0bc6e0d657658b6d501e78 (patch)
treeacf32538240b96bb9955f48bdec55e1ec140ada2 /multimedia
parent78c94d51b4ae16a8b906b8a9fd853a28f34c8d40 (diff)
downloadmarcuscom-ports-545e5a056c2cef17ec0bc6e0d657658b6d501e78.tar
marcuscom-ports-545e5a056c2cef17ec0bc6e0d657658b6d501e78.tar.gz
marcuscom-ports-545e5a056c2cef17ec0bc6e0d657658b6d501e78.tar.bz2
marcuscom-ports-545e5a056c2cef17ec0bc6e0d657658b6d501e78.tar.lz
marcuscom-ports-545e5a056c2cef17ec0bc6e0d657658b6d501e78.tar.xz
marcuscom-ports-545e5a056c2cef17ec0bc6e0d657658b6d501e78.tar.zst
marcuscom-ports-545e5a056c2cef17ec0bc6e0d657658b6d501e78.zip
Correct the polyp plug-in plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6103 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins80/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common
index 37db3b0ff..ddaed15c1 100644
--- a/multimedia/gstreamer-plugins80/Makefile.common
+++ b/multimedia/gstreamer-plugins80/Makefile.common
@@ -465,8 +465,8 @@ PLIST_FILES= ${GST_LIB_DIR}/libgstpng.so \
.if ${GST_PLUGIN}=="polyp"
LIB_DEPENDS+= polyp-0.7.0:${PORTSDIR}/audio/polypaudio
PLIST_FILES= ${GST_LIB_DIR}/libpolypaudio.so \
- ${GST_LIB_DIR}/libgstpng.a \
- ${GST_LIB_DIR}/libgstpng.la
+ ${GST_LIB_DIR}/libpolypaudio.a \
+ ${GST_LIB_DIR}/libpolypaudio.la
GST_PLUGIN_DIR= ext/polyp
.endif