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 | 1718b16c5cdc6558631357a5e1e81170aab4f000 (patch) | |
tree | cb1977bc9e434df9970f4b0a042d14a786fc257a /audio/bmp | |
parent | 4459c5be517a6b9ff095b3e94a7a099e28215f8f (diff) | |
download | pkgsrc-1718b16c5cdc6558631357a5e1e81170aab4f000.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')
-rw-r--r-- | audio/bmp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/bmp/Makefile b/audio/bmp/Makefile index b464909ba1c..ac512959158 100644 --- a/audio/bmp/Makefile +++ b/audio/bmp/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.19 2006/08/07 11:21:45 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/09/16 15:36:12 jmmv Exp $ # BMP_ENABLE_ENCODERS= yes .include "Makefile.common" +PKGREVISION= 1 + DEPENDS+= unzip-[0-9]*:../../archivers/unzip .if ${OPSYS} == "Darwin" |