summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-20 05:48:29 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-20 05:48:29 +0800
commit65ed001169c0473c530db323721969d59363e175 (patch)
treeed4d98b9af34985e96146918aabeeeb033be1b85
parent571688d00deb392328ba54c00c44165ba0073843 (diff)
downloadmarcuscom-ports-65ed001169c0473c530db323721969d59363e175.tar
marcuscom-ports-65ed001169c0473c530db323721969d59363e175.tar.gz
marcuscom-ports-65ed001169c0473c530db323721969d59363e175.tar.bz2
marcuscom-ports-65ed001169c0473c530db323721969d59363e175.tar.lz
marcuscom-ports-65ed001169c0473c530db323721969d59363e175.tar.xz
marcuscom-ports-65ed001169c0473c530db323721969d59363e175.tar.zst
marcuscom-ports-65ed001169c0473c530db323721969d59363e175.zip
- Add a missing \
Spotted by: tmclaugh git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5975 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--multimedia/gstreamer-plugins80/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile.common b/multimedia/gstreamer-plugins80/Makefile.common
index b20718ce2..e9182feb2 100644
--- a/multimedia/gstreamer-plugins80/Makefile.common
+++ b/multimedia/gstreamer-plugins80/Makefile.common
@@ -377,7 +377,7 @@ LIB_DEPENDS+= lavjpeg-1.8.0:${PORTSDIR}/multimedia/mjpegtools
# musicbrainz
.if ${GST_PLUGIN}=="musicbrainz"
LIB_DEPENDS+= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz
-PLIST_FILES= lib/gstreamer-${VERSION}/libgsttrm.so
+PLIST_FILES= lib/gstreamer-${VERSION}/libgsttrm.so \
lib/gstreamer-${VERSION}/libgsttrm.a \
lib/gstreamer-${VERSION}/libgsttrm.la
.endif