diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-16 13:42:13 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-16 13:42:13 +0000 |
commit | 0be573ad962a105c587a4af47f3e2137ee3d7fae (patch) | |
tree | 0f90312daa500c0f44b0a33c561b07e566a99dc3 /multimedia | |
parent | bf1e12d3138c135b1b1f4d401bfa4508523d918d (diff) | |
download | pkgsrc-0be573ad962a105c587a4af47f3e2137ee3d7fae.tar.gz |
Depend on gst-plugins-ogg. Bump PKGREVISION to 1.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins-theora/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/gst-plugins-theora/Makefile b/multimedia/gst-plugins-theora/Makefile index 74df9fbc279..bade4b98d21 100644 --- a/multimedia/gst-plugins-theora/Makefile +++ b/multimedia/gst-plugins-theora/Makefile @@ -1,10 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/04/06 13:51:43 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/16 13:42:13 jmmv Exp $ # GST_PLUGINS_NAME= theora GST_PLUGINS_DIR= ext/theora +PKGREVISION= 1 + .include "../../multimedia/gst-plugins/Makefile.common" +DEPENDS+= gst-plugins-ogg>=0.8.1:../../multimedia/gst-plugins-ogg + .include "../../multimedia/libtheora/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |