diff options
author | wiz <wiz> | 2006-03-06 00:18:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-03-06 00:18:10 +0000 |
commit | 0a3c815742f95893500eb344e2f0d667f85e275e (patch) | |
tree | b885fee271c914c9d75852dea6c10abb31e5c983 /graphics/gst-plugins0.8-png | |
parent | ca647e468204037886c77cf1aba87e8309a6deae (diff) | |
download | pkgsrc-0a3c815742f95893500eb344e2f0d667f85e275e.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-png')
-rw-r--r-- | graphics/gst-plugins0.8-png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gst-plugins0.8-png/Makefile b/graphics/gst-plugins0.8-png/Makefile index cdc4a80a8dd..83ed26b57ca 100644 --- a/graphics/gst-plugins0.8-png/Makefile +++ b/graphics/gst-plugins0.8-png/Makefile @@ -1,4 +1,4 @@ -# $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= png @@ -6,7 +6,7 @@ GST_PLUGINS0.8_DIR= ext/libpng GST_PLUGINS0.8_FLAG= pngenc .include "../../multimedia/gst-plugins0.8/Makefile.common" -PKGREVISION= 2 +PKGREVISION= 3 BUILDLINK_DEPENDS.png+= png>=1.2.5nb3 # requires libpng12.pc |