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 | d2f41c253bcf6dd8b299993289490d5f8b1c258a (patch) | |
tree | b885fee271c914c9d75852dea6c10abb31e5c983 /audio/gst-plugins0.8-esound | |
parent | 33c83570cbeaecfa77a768ca76de01fdda8e2eeb (diff) | |
download | pkgsrc-d2f41c253bcf6dd8b299993289490d5f8b1c258a.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 'audio/gst-plugins0.8-esound')
-rw-r--r-- | audio/gst-plugins0.8-esound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gst-plugins0.8-esound/Makefile b/audio/gst-plugins0.8-esound/Makefile index 41694628a52..230d5926534 100644 --- a/audio/gst-plugins0.8-esound/Makefile +++ b/audio/gst-plugins0.8-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:08:09 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/03/06 00:18:12 wiz Exp $ # GST_PLUGINS0.8_NAME= esound @@ -6,7 +6,7 @@ GST_PLUGINS0.8_DIR= ext/esd GST_PLUGINS0.8_FLAG= esd .include "../../multimedia/gst-plugins0.8/Makefile.common" -PKGREVISION= 2 +PKGREVISION= 3 .include "../../audio/esound/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |