diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-05-05 02:44:36 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-05-05 02:44:36 +0800 |
commit | 2b4a2f89177baaf156ea7524a2b9863587e55e12 (patch) | |
tree | b0ca0d08e5839253341fba95354f4617310bffce /audio/rhythmbox | |
parent | 7c3af71f6407c57f7622cc3f55fca6dfe5176668 (diff) | |
download | marcuscom-ports-2b4a2f89177baaf156ea7524a2b9863587e55e12.tar marcuscom-ports-2b4a2f89177baaf156ea7524a2b9863587e55e12.tar.gz marcuscom-ports-2b4a2f89177baaf156ea7524a2b9863587e55e12.tar.bz2 marcuscom-ports-2b4a2f89177baaf156ea7524a2b9863587e55e12.tar.lz marcuscom-ports-2b4a2f89177baaf156ea7524a2b9863587e55e12.tar.xz marcuscom-ports-2b4a2f89177baaf156ea7524a2b9863587e55e12.tar.zst marcuscom-ports-2b4a2f89177baaf156ea7524a2b9863587e55e12.zip |
Say hello to rhythmbox 2.90.1. This is a git snapshot to work with GNOME 3.
Requested by: Oleg on IRC.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15947 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 8fb06873b..722d1e1b4 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.113 2011/04/09 15:57:07 mezz Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.114 2011/04/30 20:43:13 mezz Exp $ # PORTNAME= rhythmbox @@ -27,6 +27,8 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \ brasero-media.3:${PORTSDIR}/sysutils/brasero +CONFLICTS= rhythmbox-2.[0-9]* rhythmbox-3.[0-9]* + USE_BZIP2= yes USE_GETTEXT= yes INSTALLS_OMF= yes |