diff options
author | wiz <wiz@pkgsrc.org> | 2007-01-07 12:25:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-01-07 12:25:50 +0000 |
commit | d0dd8e04f681ced925ea2e054f63fc4482726372 (patch) | |
tree | 50b21c0ff4fe270100967b3136d1dbae6581bd83 /audio/gst-plugins0.10-flac | |
parent | c4a7dd0c044618e0c3332c0b04ada643d9107af0 (diff) | |
download | pkgsrc-d0dd8e04f681ced925ea2e054f63fc4482726372.tar.gz |
PKGREVISION bump for flac shlib major bump and corresponding ABI
depends bump.
Diffstat (limited to 'audio/gst-plugins0.10-flac')
-rw-r--r-- | audio/gst-plugins0.10-flac/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gst-plugins0.10-flac/Makefile b/audio/gst-plugins0.10-flac/Makefile index 318ba105d30..c1bc1aa9a84 100644 --- a/audio/gst-plugins0.10-flac/Makefile +++ b/audio/gst-plugins0.10-flac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 11:42:49 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2007/01/07 12:25:51 wiz Exp $ # GST_PLUGINS0.10_NAME= flac @@ -6,6 +6,7 @@ GST_PLUGINS0.10_DIRS= ext/flac GST_PLUGINS0.10_FLAGS= flac .include "../../multimedia/gst-plugins0.10-good/Makefile.common" +PKGREVISION= 1 .include "../../audio/flac/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |