diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-08 20:52:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-08 20:52:33 +0800 |
commit | 04e4cab9b21f63401310cfe5a0145fb88c2f07e5 (patch) | |
tree | dffb257d4ec2ad34dbddb69823c9a79cf0e906d0 /textproc | |
parent | e78f0fb95f599ff43063c2f462f353e41fb9513b (diff) | |
download | freebsd-ports-gnome-04e4cab9b21f63401310cfe5a0145fb88c2f07e5.tar.gz freebsd-ports-gnome-04e4cab9b21f63401310cfe5a0145fb88c2f07e5.tar.zst freebsd-ports-gnome-04e4cab9b21f63401310cfe5a0145fb88c2f07e5.zip |
Mark BROKEN: Does not install
===> Checking if textproc/pootle already installed
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: option --single-version-externally-managed not recognized
Reported by: pkg-fallout
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pootle/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/pootle/Makefile b/textproc/pootle/Makefile index 217a10ec25f3..cc0ce2c60ae1 100644 --- a/textproc/pootle/Makefile +++ b/textproc/pootle/Makefile @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.2:${PORTSDIR}/www/py-django \ RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN= Does not install CONFLICTS= ${PYTHON_PKGNAMEPREFIX}django-profiles-[0-9]* \ ${PYTHON_PKGNAMEPREFIX}django-registration-[0-9]* |