summaryrefslogtreecommitdiff
path: root/lang/tcc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-08-16 22:12:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-08-16 22:12:52 +0000
commit322fbdb111db3106232ee0a229e0dcd023651187 (patch)
treecd13ef494a8b4aa58444e3b8ee30063694edac0e /lang/tcc
parentntp-devel will not build under 4.X. (diff)
Change BROKEN to IGNORE to prevent package build
Notes
Notes: svn path=/head/; revision=170832
Diffstat (limited to 'lang/tcc')
-rw-r--r--lang/tcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcc/Makefile b/lang/tcc/Makefile
index ec939e69898e..3562b3e79fa6 100644
--- a/lang/tcc/Makefile
+++ b/lang/tcc/Makefile
@@ -25,6 +25,6 @@ CONFLICTS= TenDRA-4*
ONLY_FOR_ARCHS= i386
-BROKEN= tcc -run works, but little else
+IGNORE= is unusable; tcc -run works, but little else
.include <bsd.port.mk>