diff options
-rw-r--r-- | multimedia/totem-browser-plugin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/totem-browser-plugin/Makefile b/multimedia/totem-browser-plugin/Makefile index 498d7192428..06b39967f70 100644 --- a/multimedia/totem-browser-plugin/Makefile +++ b/multimedia/totem-browser-plugin/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.8 2010/02/10 19:17:43 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2010/03/27 12:45:34 wiz Exp $ # PKG_DESTDIR_SUPPORT= user-destdir .include "../../multimedia/totem/Makefile.common" +DEPENDS+= gst-plugins0.10-soup-[0-9]*:../../net/gst-plugins0.10-soup + PKGNAME= ${DISTNAME:S/totem/totem-browser-plugin/} PKGREVISION= 3 |