diff options
author | marcus <marcus@FreeBSD.org> | 2008-07-14 01:44:06 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-07-14 01:44:06 +0800 |
commit | 71a4cb38705bbbc0f23d2aeef517282bf47ae17f (patch) | |
tree | 77aeda0560a0ab35bb4933626f9428bbfef97d55 /audio/rhythmbox | |
parent | bf3d8fdab809ec381f9bfe5eecb8e14e6846d3be (diff) | |
download | freebsd-ports-gnome-71a4cb38705bbbc0f23d2aeef517282bf47ae17f.tar.gz freebsd-ports-gnome-71a4cb38705bbbc0f23d2aeef517282bf47ae17f.tar.zst freebsd-ports-gnome-71a4cb38705bbbc0f23d2aeef517282bf47ae17f.zip |
Add CONFLICTS.
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 9dfceefdee07..0afd56d6bdcc 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -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) |