diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-09-16 15:36:12 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-09-16 15:36:12 +0000 |
commit | 0183f102bea1c7333f74c4c6482ab4fad6eb4ed7 (patch) | |
tree | cb1977bc9e434df9970f4b0a042d14a786fc257a /audio/bmp-esound/Makefile | |
parent | 1447455984029e76150863fea08b9f77b3f2fa33 (diff) | |
download | pkgsrc-0183f102bea1c7333f74c4c6482ab4fad6eb4ed7.tar.gz |
Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.
(These are some that I forgot in the previous commit because they weren't
initially in the file list. Reported by hira@.)
Diffstat (limited to 'audio/bmp-esound/Makefile')
-rw-r--r-- | audio/bmp-esound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/bmp-esound/Makefile b/audio/bmp-esound/Makefile index e44de32c9a4..bcede484916 100644 --- a/audio/bmp-esound/Makefile +++ b/audio/bmp-esound/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2006/07/31 21:43:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.12 2006/09/16 15:36:12 jmmv Exp $ # BMP_USE_ESD:= yes .include "../../audio/bmp/Makefile.common" PKGNAME= ${DISTNAME:S/bmp/bmp-esound/} +PKGREVISION= 1 CATEGORIES+= gnome COMMENT= BMP plugin to output sound through the esound daemon |