diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-26 14:47:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-26 14:47:55 +0000 |
commit | f24be610fc2587b0efc636605742fa8eee75be6e (patch) | |
tree | 9d412a2d92f0accd20af97077e73b1555c86417d /audio/rhythmbox | |
parent | ef976b8c02609ee66c3f71869239d45f852cce8e (diff) | |
download | pkgsrc-f24be610fc2587b0efc636605742fa8eee75be6e.tar.gz |
API depends of multimedia/totem/buildlink3.mk allows both totem and
totem-xine, ABI depends only the former. This creates conflicts when
pkg_add picks the latter to fulfill the API depends. Allow both packages
for the ABI depends as well and bump the revisions of the two affected
packages.
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 30fdf8668bd..f22a39bf7ff 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.48 2007/06/10 06:29:47 obache Exp $ +# $NetBSD: Makefile,v 1.49 2007/06/26 14:47:56 joerg Exp $ # DISTNAME= rhythmbox-0.9.8 +PKGREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rhythmbox/0.9/} EXTRACT_SUFX= .tar.bz2 |