diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-29 21:19:27 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-29 21:19:27 +0800 |
commit | 5a4c1ce84387057fea88c0008d869a8b3b5f6700 (patch) | |
tree | 7b7fa779de51039bcaf2b282814f1d5be5e07fe1 /lang | |
parent | 11996060c92175261b5d75b1d04df04ac92c2854 (diff) | |
download | freebsd-ports-gnome-5a4c1ce84387057fea88c0008d869a8b3b5f6700.tar.gz freebsd-ports-gnome-5a4c1ce84387057fea88c0008d869a8b3b5f6700.tar.zst freebsd-ports-gnome-5a4c1ce84387057fea88c0008d869a8b3b5f6700.zip |
Mark broken: Fails to build
This seems related to the implicit lang/python dependency removal
Making all in arch
Making all in i386
python ../utils/make-header.py --cif ccsp_cif_stubs.h ../config.h ../kernel/sched.c
python:No such file or directory
*** Error code 1
Reported by: pkg-fallout
Diffstat (limited to 'lang')
-rw-r--r-- | lang/kroc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/kroc/Makefile b/lang/kroc/Makefile index e8ba8f4b9829..4a73b712941c 100644 --- a/lang/kroc/Makefile +++ b/lang/kroc/Makefile @@ -12,6 +12,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-r/} MAINTAINER= tdb@FreeBSD.org COMMENT= The Kent Retargetable occam-pi Compiler +BROKEN= Fails to build + BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= png15:${PORTSDIR}/graphics/png RUN_DEPENDS= bash:${PORTSDIR}/shells/bash |