diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-16 11:22:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-16 11:22:00 +0000 |
commit | 166981e170c39c845932361b9107590441aa0284 (patch) | |
tree | 3b088ba95bbb512877ea12163bc65f3628371cb4 /audio/gst-plugins1-pulse/Makefile | |
parent | 83721687f11567430ded465a21fa55cfe85d5e48 (diff) | |
download | pkgsrc-166981e170c39c845932361b9107590441aa0284.tar.gz |
Bump PKGREVISION for libatomic_ops PKGNAME change.
Diffstat (limited to 'audio/gst-plugins1-pulse/Makefile')
-rw-r--r-- | audio/gst-plugins1-pulse/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/gst-plugins1-pulse/Makefile b/audio/gst-plugins1-pulse/Makefile index 7bbe58b0ba6..b4c18f7ee8a 100644 --- a/audio/gst-plugins1-pulse/Makefile +++ b/audio/gst-plugins1-pulse/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/12/04 11:37:45 drochner Exp $ -# +# $NetBSD: Makefile,v 1.4 2014/04/16 11:22:01 wiz Exp $ GST_PLUGINS1_NAME= pulse GST_PLUGINS1_DIRS= ext/pulse @@ -7,5 +6,7 @@ GST_PLUGINS1_FLAGS= pulse .include "../../multimedia/gst-plugins1-good/Makefile.common" +PKGREVISION= 1 + .include "../../audio/pulseaudio/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |