diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-07-13 17:44:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-07-13 17:44:06 +0000 |
commit | c8670a69bafdd04eddd5994ac76f95fe5c443a45 (patch) | |
tree | 8417914e578209d6a3cd5f1003a44c9c38719682 /audio/rhythmbox | |
parent | 11a0e3e3659a376973ee42e55c51ceae6401a4e6 (diff) | |
download | ports-c8670a69bafdd04eddd5994ac76f95fe5c443a45.tar.gz ports-c8670a69bafdd04eddd5994ac76f95fe5c443a45.zip |
Notes
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) |