diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-22 13:12:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-22 13:12:11 +0000 |
commit | 13260f6b322b4e311d461a41be52b5a0a000d094 (patch) | |
tree | 6d75b26d47304572ffec86d0140d420cfa34155f /multimedia/gdvrecv | |
parent | 1a5091d4e89176c1dd79ea73ab2bee87fdc064af (diff) | |
download | ports-13260f6b322b4e311d461a41be52b5a0a000d094.tar.gz ports-13260f6b322b4e311d461a41be52b5a0a000d094.zip |
[patch]: Unregistered conflict between multimedia/dvts and multimedia/gdvrecv
Both multimedia/gdvrecv and multimedia/dvts provides executable
bin/dvrecv with non-compatible uses and syntax. The last installed
will overwrite the other.
Further, gdvrecv installs no man-pages, so installing first dvts
then gdvrecv will cause incorrect manual page to appear.
PR: ports/85979
Submitted by: Erik Norgaard <norgaard@locolomo.org>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=149050
Diffstat (limited to 'multimedia/gdvrecv')
-rw-r--r-- | multimedia/gdvrecv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/gdvrecv/Makefile b/multimedia/gdvrecv/Makefile index 700444677a9e..8269a57aff2a 100644 --- a/multimedia/gdvrecv/Makefile +++ b/multimedia/gdvrecv/Makefile @@ -20,6 +20,8 @@ USE_GNOME= pygtk2 USE_PYTHON= yes USE_PYDISTUTILS=yes +CONFLICTS= dvts-[0-9]* + .include <bsd.port.pre.mk> .if ${OSVERSION} < 502000 |