diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-06 00:18:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-06 00:18:10 +0000 |
commit | 35af66a19685ab0ea5877b2735427472a14fc78b (patch) | |
tree | b885fee271c914c9d75852dea6c10abb31e5c983 /graphics/gst-plugins0.8-opengl | |
parent | 10fd63ae264ef9112f377fb151b5ec0c9e90f932 (diff) | |
download | pkgsrc-35af66a19685ab0ea5877b2735427472a14fc78b.tar.gz |
Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
Diffstat (limited to 'graphics/gst-plugins0.8-opengl')
-rw-r--r-- | graphics/gst-plugins0.8-opengl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gst-plugins0.8-opengl/Makefile b/graphics/gst-plugins0.8-opengl/Makefile index b572e6bffb2..926d38542a3 100644 --- a/graphics/gst-plugins0.8-opengl/Makefile +++ b/graphics/gst-plugins0.8-opengl/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:09:33 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/03/06 00:18:17 wiz Exp $ # GST_PLUGINS0.8_NAME= opengl GST_PLUGINS0.8_DIR= sys/glsink .include "../../multimedia/gst-plugins0.8/Makefile.common" -PKGREVISION= 2 +PKGREVISION= 3 BUILDLINK_DEPENDS.gst-plugins0.8+= gst-plugins0.8>=0.8.7nb1 |