diff options
author | beat <beat@FreeBSD.org> | 2012-07-27 20:40:32 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-07-27 20:40:32 +0800 |
commit | b2d6c717fdaf14bc97dfb18c9cb3a72ad0e4a396 (patch) | |
tree | 25593aec946ff458b359847c1d71979fb8193818 /news | |
parent | e8dc52e6ea0f4831db396c9ab617be916329c861 (diff) | |
download | freebsd-ports-gnome-b2d6c717fdaf14bc97dfb18c9cb3a72ad0e4a396.tar.gz freebsd-ports-gnome-b2d6c717fdaf14bc97dfb18c9cb3a72ad0e4a396.tar.zst freebsd-ports-gnome-b2d6c717fdaf14bc97dfb18c9cb3a72ad0e4a396.zip |
- Remove CONFLICTS as shared-mime-info is an indirect build dependency
- Mark as BROKEN: overwrite a file owned by misc/shared-mime-info:
share/mime/application/x-nzb.xml
Reported by: pointyhat
Diffstat (limited to 'news')
-rw-r--r-- | news/lottanzb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/lottanzb/Makefile b/news/lottanzb/Makefile index 0b7edf07a9c0..253c3ffe28f9 100644 --- a/news/lottanzb/Makefile +++ b/news/lottanzb/Makefile @@ -27,7 +27,8 @@ RUN_DEPENDS= SABnzbd.py:${PORTSDIR}/news/sabnzbdplus \ ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser \ ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl -CONFLICTS= shared-mime-info-[0-9]* +BROKEN= overwrite a file owned by misc/shared-mime-info: share/mime/application/x-nzb.xml + USE_PYTHON= yes USE_PYDISTUTILS=yes USE_GNOME= desktopfileutils intltool |