diff options
author | bapt <bapt@FreeBSD.org> | 2011-06-17 23:37:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-06-17 23:37:23 +0800 |
commit | b0444bbcc5cfddd1bc5ae830f75b78aaf807af11 (patch) | |
tree | 8443d56cd8087e3c34275731f93309a5f9c9276f /sysutils | |
parent | 748617f689476eb8355379ce1e8ca00002483476 (diff) | |
download | freebsd-ports-gnome-b0444bbcc5cfddd1bc5ae830f75b78aaf807af11.tar.gz freebsd-ports-gnome-b0444bbcc5cfddd1bc5ae830f75b78aaf807af11.tar.zst freebsd-ports-gnome-b0444bbcc5cfddd1bc5ae830f75b78aaf807af11.zip |
Mark broken some ports with unfetchable distfiles
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/colorize/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/colorize/Makefile b/sysutils/colorize/Makefile index c656f9dcfab5..62ba1d400cee 100644 --- a/sysutils/colorize/Makefile +++ b/sysutils/colorize/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A robust log colorizer +BROKEN= Does not fetch + RUN_DEPENDS= ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} |