diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-18 17:55:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-18 17:55:21 +0800 |
commit | 8d9a9f996e143e1ef4bfbc461f3b2b76f5f89291 (patch) | |
tree | 07654f5857f5bad0c534eb5c775e75d8fc6c1a4e | |
parent | 0036748389847eadbb2d073a24f13cfd3147e778 (diff) | |
download | freebsd-ports-gnome-8d9a9f996e143e1ef4bfbc461f3b2b76f5f89291.tar.gz freebsd-ports-gnome-8d9a9f996e143e1ef4bfbc461f3b2b76f5f89291.tar.zst freebsd-ports-gnome-8d9a9f996e143e1ef4bfbc461f3b2b76f5f89291.zip |
Mark as broken: conflict with one of its dependency:
Installing py27-xist-3.25_1...pkg-static: py27-xist-3.25_1 conflicts with py27-ll-core-1.11.1_1 (installs files into the same place). Problematic file: /usr/local/bin/ucp
Reported by: pkg-fallout
-rw-r--r-- | www/xist/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/xist/Makefile b/www/xist/Makefile index 85527fd5cc69..868edfa1c201 100644 --- a/www/xist/Makefile +++ b/www/xist/Makefile @@ -13,6 +13,8 @@ DISTNAME= ll-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= XML-based extensible HTML generator +BROKEN= Conlict with one of its dependency: devel/py-ll-core + RUN_DEPENDS= ${PYXML} \ ${PYTHON_PKGNAMEPREFIX}ll-core>=1.11.1:${PORTSDIR}/devel/py-ll-core \ ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \ |