diff options
author | jmmv <jmmv> | 2004-04-16 13:42:13 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-04-16 13:42:13 +0000 |
commit | d8a758c04bbab0cef130d237e666f9e37c105145 (patch) | |
tree | 0f90312daa500c0f44b0a33c561b07e566a99dc3 /multimedia | |
parent | d9ed1d891c1f9ec3c4ff9b8552db7a8767f04be1 (diff) | |
download | pkgsrc-d8a758c04bbab0cef130d237e666f9e37c105145.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" |