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-devel | |
parent | 11a0e3e3659a376973ee42e55c51ceae6401a4e6 (diff) | |
download | ports-c8670a69bafdd04eddd5994ac76f95fe5c443a45.tar.gz ports-c8670a69bafdd04eddd5994ac76f95fe5c443a45.zip |
Add CONFLICTS.
Notes
Notes:
svn path=/head/; revision=216782
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 46d92953eb72..546d74210dca 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -54,6 +54,8 @@ OPTIONS= DAAP "Enable iTunes music sharing" off \ GECKO_PLUGIN "Enable iTunes browser plugin" on # GDA "Enable GDA database storage" off +CONFLICTS= rhythmbox-0.10.[0-9]* + .include <bsd.port.pre.mk> .if !defined(WITHOUT_VORBIS) |