diff options
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 b1774ac3d..adaa8c82d 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.90 2008/05/14 02:10:38 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.91 2008/06/06 21:38:45 marcus Exp $ # PORTNAME= rhythmbox @@ -50,6 +50,8 @@ OPTIONS= DAAP "Enable iTunes music sharing" off \ LIRC "Enable Infrared syncing support" off # GDA "Enable GDA database storage" off +CONFLICTS= rhythmbox-0.11.[0-9]* + .include <bsd.port.pre.mk> .if !defined(WITHOUT_VORBIS) |