diff options
author | drochner <drochner@pkgsrc.org> | 2009-01-26 11:12:39 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-01-26 11:12:39 +0000 |
commit | fb3c900b8be97750755b2855ce5195c1d5231dc3 (patch) | |
tree | 4186267232726d566b69c76924cbbbf30f14e1a1 | |
parent | 7dffb437ba8c2017e6c0507ec08c8de7073834b6 (diff) | |
download | pkgsrc-fb3c900b8be97750755b2855ce5195c1d5231dc3.tar.gz |
reset PKGREVISION for base pkg update
-rw-r--r-- | audio/gst-plugins0.10-speex/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/gst-plugins0.10-speex/Makefile b/audio/gst-plugins0.10-speex/Makefile index 4af39443469..d53e722742c 100644 --- a/audio/gst-plugins0.10-speex/Makefile +++ b/audio/gst-plugins0.10-speex/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2008/11/08 21:13:27 bjs Exp $ +# $NetBSD: Makefile,v 1.4 2009/01/26 11:12:39 drochner Exp $ # GST_PLUGINS0.10_NAME= speex GST_PLUGINS0.10_DIRS= ext/speex GST_PLUGINS0.10_FLAGS= speex -PKGREVISION= 1 - PKG_DESTDIR_SUPPORT= user-destdir .include "../../multimedia/gst-plugins0.10-good/Makefile.common" |