summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins80/Makefile.common
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-16 08:23:00 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-16 08:23:00 +0800
commit369544e77d817492fdd20785e715ffce2410b2c1 (patch)
treed6e312aa8eb9bdda1e362e9375900335dc9bc579 /multimedia/gstreamer-plugins80/Makefile.common
parentc5da68af09f51a23d9bd8ce2fdffb87e351803b0 (diff)
downloadmarcuscom-ports-369544e77d817492fdd20785e715ffce2410b2c1.tar
marcuscom-ports-369544e77d817492fdd20785e715ffce2410b2c1.tar.gz
marcuscom-ports-369544e77d817492fdd20785e715ffce2410b2c1.tar.bz2
marcuscom-ports-369544e77d817492fdd20785e715ffce2410b2c1.tar.lz
marcuscom-ports-369544e77d817492fdd20785e715ffce2410b2c1.tar.xz
marcuscom-ports-369544e77d817492fdd20785e715ffce2410b2c1.tar.zst
marcuscom-ports-369544e77d817492fdd20785e715ffce2410b2c1.zip
s/libmng/libmms/ when selecting the libmms plugin
Pointed out by: aDe via irc git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3656 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins80/Makefile.common')
-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 782a7f123..b0137b9a6 100644
--- a/multimedia/gstreamer-plugins80/Makefile.common
+++ b/multimedia/gstreamer-plugins80/Makefile.common
@@ -274,7 +274,7 @@ LIB_DEPENDS+= fame-0.9.1:${PORTSDIR}/multimedia/libfame
.endif
# libmms
-.if ${GST_PLUGIN}=="libmng"
+.if ${GST_PLUGIN}=="libmms"
LIB_DEPENDS+= mms.0:${PORTSDIR}/multimedia/libmms
PLIST_FILES= ${GST_LIB_DIR}/libgstmms.so
.endif